Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Experts,
Need your help to get this working. I'm using the below macro to copy formulas up to the last row. However, it doesn't work when the worksheet have many rows of data (says 50,000 rows). It works fine for fewer rows. Function last_row() As Integer Row = 1 While Cells(Row, 1) < "" Row = Row + 1 Wend last_row = Row End Function Thanks in advance -- Freddie |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro Help Needed - Excel 2007 - Print Macro with Auto Sort | Excel Worksheet Functions | |||
My excel macro recorder no longer shows up when recording macro | Excel Discussion (Misc queries) | |||
My excel macro recorder no longer shows up when recording macro | Excel Discussion (Misc queries) | |||
using a cell value to control a counter inside a macro and displaying macro value | Excel Worksheet Functions | |||
Macro needed to Paste Values and prevent Macro operation | Excel Discussion (Misc queries) |