Home |
Search |
Today's Posts |
#7
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Set rng = wks.Range("A1:A250")
For Each c In rng Not a big deal but this gets processed every iteration of the loop. You don't need the 'rng' var... For Each c In wks.Range("A1:A250") ...since it's the same for every sheet. -- Garry Free usenet access at http://www.eternal-september.org Classic VB Users Regroup! comp.lang.basic.visual.misc microsoft.public.vb.general.discussion |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
inaccurate line chart | Charts and Charting in Excel | |||
Inaccurate LAST ROW / LAST COLUMN # | Excel Programming | |||
Comparing two lists with one being inaccurate | Excel Discussion (Misc queries) | |||
sum inaccurate | Excel Worksheet Functions | |||
Source Data Inaccurate on Chart | Excel Discussion (Misc queries) |