Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a macro where I do a lot of things, but I require to go to 65,000 of
the original column -- which is not predicatable. Whatever the active cell the next 2000 rows have their font turned white. However, I don't always have 2000 rows and I need to delete all the extra rows so that extra pages are not printed. 'The column of active cell Dim OrigCol as Range OrigCol=ActiveCell.Column ' Code from recorded macro -- leaves me at the last cell -- which is not predictable I would now like to get to row 65000 of the Original Column Please help!! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Working with more than 65000 rows in Excel | Excel Discussion (Misc queries) | |||
65000 limit | Excel Discussion (Misc queries) | |||
Data contains more than 65000 rows ? | Excel Worksheet Functions | |||
How to get more than 65000 rows in and excel spreadsheet | Excel Discussion (Misc queries) | |||
How can i handle more than 65000 rows in excel | Excel Programming |