Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Slightly confused here. Can anyone help me with why these two
statements behave differently? tRange = ActiveSheet.Range("A1:A10) For each testcell in tRange ''--------------This one does not work debug.print testcell.address ------Returns an Object Required Next For each testcell in ActiveSheet.Range("A1:A10") debug.print testcell.address ------------Works fine Next I tried Declaring tRange as a Range at first, but that errored out as well. Any suggestions or explanations would be most welcome. Thanks for your expertise, Random |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Did you hear that Frank? Kevin wants you to become Alias #3, Just FYI | Excel Discussion (Misc queries) | |||
Alias for =today() | Excel Discussion (Misc queries) | |||
SQL query removes alias | Excel Discussion (Misc queries) | |||
'Alias' for file name..... | Excel Worksheet Functions | |||
MS Query - Alias syntax | Excel Worksheet Functions |