LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #2   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel
external usenet poster
 
Posts: 3,355
Default VBA code to read formular from another cell

If you want the formula for Sheet 1 Cell A1 to be in Sheet 1 cell F1 do this:

Sheets("Sheet1").Range("F1").FormulaR1C1 =
Sheets("Sheet1").Range("A1").FormulaR1C1

alternatively, you could use
SHeets("SHeet1").cells(1,6).formulaR1C1 =
Sheets("Sheet1").cells(1,1),formulaR1C1



"fLiPMoDĀ£" wrote:

Hello,

I am trying to do something and not sure if that is possible.

Say in Sheet1, CellA1, I have a comment '= IF(and(b1=c1, d1=e1), "Do This",
"Do That")

Question is how can I call the formula part in a vba to be paste in a
specified cell.

So say I run the macro in Sheet2, the macro should pick the formula =
IF(and(b1=c1, d1=e1), "Do This", "Do That") and paste in say Cell F1, then I
will want to copy the formula down to the last row.

The reason is that I can change the formula for other fields

Many thanks
Carl.



 
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
Formular to read the last entry in a column Dhew Excel Discussion (Misc queries) 8 July 13th 08 07:40 PM
VBA code to read formular from another cell fLiPMoD£ Excel Discussion (Misc queries) 1 April 25th 07 12:12 AM
Protect Sheet with code, but then code will not Paste error. How do i get around this. Please read for explainations.... Corey Excel Programming 4 November 25th 06 04:57 AM
Cell formular glenn Excel Discussion (Misc queries) 5 September 10th 06 06:25 PM
Cell Formular Ayo Excel Programming 0 July 19th 05 04:58 PM


All times are GMT +1. The time now is 04:16 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"