Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,494
Default formula copy question

what's the best way to copy a non-contiguous row of formulas one row below it.

for example, A10, c10, e10:h10

so they end up in row 11

i tried union but didn't get it to work.

--


Gary



  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 43
Default formula copy question

Insert a row above.



"Gary Keramidas" <GKeramidasATmsn.com schreef in bericht
...
what's the best way to copy a non-contiguous row of formulas one row below
it.

for example, A10, c10, e10:h10

so they end up in row 11

i tried union but didn't get it to work.

--


Gary





  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default formula copy question

Sub AAA()
Dim ar As Range
For Each ar In Range("A11").Range("A1,C1,E1:H1").Areas
ar.FillDown
Next
End Sub


--
Regards,
Tom Ogilvy




"Gary Keramidas" <GKeramidasATmsn.com wrote in message
...
what's the best way to copy a non-contiguous row of formulas one row below
it.

for example, A10, c10, e10:h10

so they end up in row 11

i tried union but didn't get it to work.

--


Gary





  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,494
Default formula copy question

thanks for that, tom

--


Gary


"Tom Ogilvy" wrote in message
...
Sub AAA()
Dim ar As Range
For Each ar In Range("A11").Range("A1,C1,E1:H1").Areas
ar.FillDown
Next
End Sub


--
Regards,
Tom Ogilvy




"Gary Keramidas" <GKeramidasATmsn.com wrote in message
...
what's the best way to copy a non-contiguous row of formulas one row below
it.

for example, A10, c10, e10:h10

so they end up in row 11

i tried union but didn't get it to work.

--


Gary







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
Copy formula question Belinda7237 Excel Worksheet Functions 1 March 5th 09 10:32 PM
Copy Formula Question phowe43 Excel Discussion (Misc queries) 2 February 5th 08 07:28 PM
I copy a formula and the results copy from the original cell brooklynsd Excel Discussion (Misc queries) 1 June 23rd 07 01:35 AM
Copy Formula with Linked Cells - Validation Question Lori-Wheaten Links and Linking in Excel 0 July 21st 06 03:24 PM
Copy/Paste how to avoid the copy of formula cells w/o calc values Dennis Excel Discussion (Misc queries) 10 March 2nd 06 10:47 PM


All times are GMT +1. The time now is 01:57 AM.

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

About Us

"It's about Microsoft Excel"