Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Row 1 of the sheet has column headers. Row 2 has data and is hidden.
The following code is used to offset one row down from the last filled row in the column 1 nextrow = ws.Cells(rows.count,1).end(xlup).offset(1,0).row nextrow shows 2 instead of 3 ie. it seems to be offsetting one row down from the visible row ie row 1. How can I ensure that the nextrow is 3 and not 2 in the above example. Thanks in advance for the help. Regards, Raj |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Offsetting | Excel Discussion (Misc queries) | |||
Offsetting a Range | Excel Programming | |||
Offsetting and HLOOKUP | Excel Worksheet Functions | |||
Offsetting Cells | Excel Programming | |||
Offsetting a varible?? | Excel Programming |