Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
That code line should have all been on one line.
Cells(Range("J7").End(xlDown).Row, Columns.Count).End(xlToLeft).Offset(, 1).Select -- Rick (MVP - Excel) "Rick Rothstein" wrote in message ... If I understand your question correctly, this should do what you want... Cells(Range("J7").End(xlDown).Row, Columns.Count).End(xlToLeft).Offset(, 1).Select -- Rick (MVP - Excel) "Munchkin" wrote in message ... I want my macro to select J7, go to the record end, then go across to the next cell, which is empty. As you can see when I recorded my macro it referenced a specific cell instead (K751). Hope I explained clearly - thanks in advance for help. Range("J7").Select Selection.End(xlDown).Select Range("K751").Select |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Open new record with selected fields from previous record | Excel Discussion (Misc queries) | |||
Record macro doesn't record shape properties | Excel Programming | |||
Finding last record in month for each of several types of record. | Excel Programming | |||
Record Macro - Record custom user actions | Excel Programming | |||
Need help autopopulating next new record with previous record data | Excel Programming |