|
-
Jan 12th, 2000, 11:33 PM
#1
Thread Starter
Addicted Member
I am using the following code to color all the cells in column 1 and 2. However, only the first two rows of columns 1 and 2 are changing color.
With MSFlexGrid1
.col = 1
.cellbackcolor = vbRed
.col = 2
.cellbackcolor = vbblue
End With
Can someone show me a method to color the entire 2 columns.
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
|