Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
I have a single column with lots of rows (over 1000s) containing single digit number eg 0, 1, 2, 3 etc. What i need is an efficient code to replace selection and then offset. eg Range("C3").select do while selection <"" if activecell.value = 1 then 'do x endif activecell.offset(1,0).select loop The above code can take a long time to print. Any help appreciated. Thks Kz |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
More Efficient IF | Excel Programming | |||
More Efficient IF | Excel Programming | |||
What is more efficient | Excel Discussion (Misc queries) | |||
More efficient way? | Excel Programming | |||
Efficient Looping | Excel Programming |