Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
My macro works, but its slow, I'm trying to speed it up and there's a very
obvious way to do that. Right now my macro fills down formulas numerous times, the problem is it fills down to the bottom of the sheet. How can I set the range so when I fill down it goes to the bottom of the data instead of the bottom of the sheet (it would work great if I could get it to fill down to the first row that doesn't have any data in it). Right now here is an example of what I have, note how it fills down to the bottom of the spreadsheet: Range("A3:C3").Select Range(Selection, Selection.End(xlDown)).Select Selection.FillDown Is there just a snipet of vb that I could replace the range selection line with that would work? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Easy question: Have macro ignore #N/A | Excel Programming | |||
Odd fill down formula macro question | Excel Programming | |||
new user with easy question? not easy for me | New Users to Excel | |||
An easy macro question and one I believe to be a little more diffi | Excel Worksheet Functions | |||
Easy question: macro to move cursor one to the right | Excel Programming |