Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Very nice Nick! Works great!! I wasn't even close. Thanx so much for the help.
Dennis ============ In article , "Nick Hodge" wrote: Denis This should work Sub Finale() Dim iLastCol As Integer, x As Integer iLastCol = Range("IV2").End(xlToLeft).Column For x = 2 To iLastCol Range(Cells(2, x), Cells(11, x)).Select 'your routines here Next x End Sub |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Please help with loop | Excel Discussion (Misc queries) | |||
Looping Macro to Find and Mark | New Users to Excel | |||
macro loop | Excel Discussion (Misc queries) | |||
How to incorporate Loop feature | Excel Discussion (Misc queries) | |||
VBA Newbie: Help with Do Loop code | Excel Discussion (Misc queries) |