Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a user form for several columns of informaition and I have formulas in
others that I need to calculate with each new entry. Could someone please advise how I can do this - my s/sheet ranges from A:AQ and the formulas are in various different columns so there is no suitable range. Having read through the previous posts I have found the following post which seems like it would solve my problem but does not- Assume the formulas are in row 1 Sub ABC() Dim rng as Range Set rng = Cells(Rows.Count, "K").End(xlUp) Range("L1:N1").AutoFill Range("L1:N1").Resize(rng.Row, 3) End Sub -- Regards, Tom Ogilvy "WolfgangPD" wrote: I have a macro set-up to copy information into columns A:K. This information will change each time. There is a formula in L,M and N. I would like a macro that would copy the formulas down to the final row of the info in column K. Any suggestions? -- Leanne M (Aussie) (Changed Display name from Leanne) United Kingdom (Don''t ask me what an Aussie is doing living in the UK!) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Insert rows and copy forumla above it | Excel Discussion (Misc queries) | |||
Copy & Paste Forumla - but reference cell is changing | Excel Discussion (Misc queries) | |||
If Forumla | Excel Discussion (Misc queries) | |||
Forumla | Excel Discussion (Misc queries) | |||
paste a forumla and copy with a macro | Excel Programming |