Hi,
in my coding i am in cell "A1" now i used offset to move the cursor to "D1". now i want to fill all the cells from current cell to my previous cell.
can someone please help me.
regards,
vimala
Hi,
in my coding i am in cell "A1" now i used offset to move the cursor to "D1". now i want to fill all the cells from current cell to my previous cell.
can someone please help me.
regards,
vimala
Perhaps
Alf![]()
Please Login or Register to view this content.
Hi,
My code follows as below:
Sub test()
Range("c1").Select
ActiveCell.Offset(0, 3).Select
ActiveCell.Offset(3,0).Select
End Sub
and your coding is filling from A1.... so I cant fix the range for filling.. whenever i moved from one cell to another cell on my sheet it should fill that path in a color.
So in the above coding in first move one color and the second move another color.
please help me on this.
Well still not sure I do understand your problem properly but either this one or the next one?
or![]()
Please Login or Register to view this content.
Alf![]()
Please Login or Register to view this content.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks