Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If I know my data won't exceed 7 or 8 thousand rows, should I use
this? iEnd = ws.Cells(10000, 9).End(xlUp).Row Rather than this? iEnd = ws.Cells(65536, 9).End(xlUp).Row Or does it really not make much of a difference (speedwise)? Thanks, -- Dan |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
End(xlUp) question | Excel Discussion (Misc queries) | |||
Quick question - quick answer about assigning shortcut keys | Excel Programming | |||
Quick question | Excel Programming | |||
Question about "End(xlUp)" property | Excel Programming | |||
Question about "End(xlUp)" property | Excel Programming |