|
-
August 31st, 2001, 04:11 AM
#1
Changing cell attributes in excel
Hi,
i am making an excel file from visual basic With the following code:
Dim newbook as Variant
set newbook = X.Workbooks.Add
newbook.worksheets(1).range("A1").Value = "bla"
newbook.worksheets(1).range("A1").Font.Bold = true
This works fine, but there are a few things that i don't know how to do:
Changing column width and row height
changing the cell backcolor
Could anybody help me please?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|