Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sure, but there is no definition for all the way down the sheet.
for i = 20 to 65536 step 10 cells(i,"E").Resize(,10).FormulaArray = "some formula" Next Will fill up the worksheet. set rng = Activesheet.UsedRange lastrow = rng.Rows(rng.rows.count).row for i = 20 to lastRow step 10 cells(i,"E").Resize(,10).FormulaArray = "some formula" Next goes through the last used row. -- Regards, Tom Ogilvy jay dean wrote in message ... Tom- The Macro ends at E90, but I would like for it to continue all the way down the sheet. Is it possible? Thanks! Jay Dean *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I set up a macro to repeat based on a conditional formula? | Excel Discussion (Misc queries) | |||
Repeat a Macro | Excel Worksheet Functions | |||
macro to repeat a formula a set number of rows apart | Excel Discussion (Misc queries) | |||
macro to repeat a formula a set number of rows apart | Excel Discussion (Misc queries) | |||
repeat macro formula to all cells | Excel Discussion (Misc queries) |