Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
With data in cells A1:A12, in the immediate window, I get:
? Range("A65536").End(xlUp).Row 12 ? Cells(Rows.Count,"a").end(xlup).row 12 ? Range("A" & Rows.Count).End(xlUp).Row 12 ? Range("A:A").End(xlUp).Row 1 Why (in the last case) am I getting 1 ? Thanks (in advance), |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
split post code (zip code) out of cell that includes full address | Excel Discussion (Misc queries) | |||
Code to conditional format all black after date specified in code? | Excel Discussion (Misc queries) | |||
Drop Down/List w/Code and Definition, only code entered when selec | Excel Worksheet Functions | |||
option buttons run Click code when value is changed via VBA code | Excel Programming | |||
VBA code delete code but ask for password and unlock VBA protection | Excel Programming |