Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 32
Default Copy formulas in defined range

Pls any one help me.

I have a range of cells from B35:E42 named (Range1)

Is there any way to copy the formulas in B35, C35, D35 & E35 to the end of
the row that is Row E

ie:- Copy the the formula from B35 till B42, C35 till C42, D35 ti D42 and
E35 to E42.


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,533
Default Copy formulas in defined range

Hi

Try this:

Range("Range1").FillDown

Regards,
Per

" VLOOKUP fORMULA" skrev i
meddelelsen ...
Pls any one help me.

I have a range of cells from B35:E42 named (Range1)

Is there any way to copy the formulas in B35, C35, D35 & E35 to the end of
the row that is Row E

ie:- Copy the the formula from B35 till B42, C35 till C42, D35 ti D42 and
E35 to E42.



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 32
Default Copy formulas in defined range

Can you explain little more I cant get you

"Per Jessen" wrote:

Hi

Try this:

Range("Range1").FillDown

Regards,
Per

" VLOOKUP fORMULA" skrev i
meddelelsen ...
Pls any one help me.

I have a range of cells from B35:E42 named (Range1)

Is there any way to copy the formulas in B35, C35, D35 & E35 to the end of
the row that is Row E

ie:- Copy the the formula from B35 till B42, C35 till C42, D35 ti D42 and
E35 to E42.




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 32
Default Copy formulas in defined range

I tried this way is it correct, unfortunately it is not working.

Sub Macro1()

Range("Range1").FillDown
'
End Sub

"Per Jessen" wrote:

FillDown will copy formulas (or values and formatting) in the top cells of
Range1 and paste into the rest of the rows in Range1.

It is equal to when you manually drag down the content of a cell with the
mouse.

Hopes this helps.

---
Per




" VLOOKUP fORMULA" skrev i
meddelelsen ...
Can you explain little more I cant get you

"Per Jessen" wrote:

Hi

Try this:

Range("Range1").FillDown

Regards,
Per

" VLOOKUP fORMULA" skrev
i
meddelelsen ...
Pls any one help me.

I have a range of cells from B35:E42 named (Range1)

Is there any way to copy the formulas in B35, C35, D35 & E35 to the end
of
the row that is Row E

ie:- Copy the the formula from B35 till B42, C35 till C42, D35 ti D42
and
E35 to E42.






  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 32
Default Copy formulas in defined range

I am sorry, It worked, the problem was my cell C was merged cell.



"Per Jessen" wrote:

Hi

Try this:

Range("Range1").FillDown

Regards,
Per

" VLOOKUP fORMULA" skrev i
meddelelsen ...
Pls any one help me.

I have a range of cells from B35:E42 named (Range1)

Is there any way to copy the formulas in B35, C35, D35 & E35 to the end of
the row that is Row E

ie:- Copy the the formula from B35 till B42, C35 till C42, D35 ti D42 and
E35 to E42.




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
Defined Range Names in formulas Darby Excel Discussion (Misc queries) 2 October 13th 09 04:41 PM
Copy formulas in defined range Per Jessen Excel Programming 0 June 15th 09 09:10 AM
Input formulas in a defined data range and convert results as valu Tan New Users to Excel 0 April 18th 07 12:54 AM
Name defined Range - Copy? John Buckley Excel Discussion (Misc queries) 1 August 1st 06 02:36 AM
dynamic range defined in VBA for use in formulas yo Excel Programming 2 March 19th 05 05:17 PM


All times are GMT +1. The time now is 09:33 PM.

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"