Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 576
Default Autofill Indefinite Range in VBA/Macros

Tim

Dim lrow As Long

lrow = Cells(Rows.COUNT, "A").End(xlUp).Row
''' using R1C1 notation
Range(Cells(1,1),Cells(lrow,1).Formula="=Sum(B1:F1 )"

[pick your own formula...]

--
sb
"Tim" wrote in message
...
I am trying to write a macro that involves creating a
formula in one cell and autofilling it for the rest of the
rows in the spreadsheet. Currently I have 538 lines,
however the data will continue to grow and more rows will
be added. Is there a way to record my macro so that it
will autofill to the end of the data each time rather than
stopping at the original 538th line?

The VBA line is as follows:

Selection.Autofill Destination:=ActiveCell.Range("A1:A538")

Any help would be greatly appreciated. Thank you in
advance!

Tim




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Macros-autofill down to one row above next data field Terry Excel Discussion (Misc queries) 2 July 31st 07 02:30 PM
Macros or the Fastest way to Autofill Rows klafert Excel Discussion (Misc queries) 1 September 30th 06 09:04 PM
macros for autofill klafert Excel Worksheet Functions 0 September 29th 06 04:44 PM
Recording macros with autofill andyiain Excel Discussion (Misc queries) 5 June 19th 06 03:33 PM
Autofill Indefinite Range in VBA/Macros igor Excel Programming 0 August 25th 03 11:25 PM


All times are GMT +1. The time now is 03:39 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"