Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default How to Revert to ActiveCell.Formula = format from ActiveCell.FormulaR1C1 = format

Hi

Searched the group for a solution but couldn't find one So here's my
problem:

Whenever I record a Macro Excel records formulas in R1C1 Style

Example:
Range("A4").Select
ActiveCell.FormulaR1C1 = "=+R[-2]C+R[-1]C"

Now I do not want Excel to record in this R1C1 style. I want Excel to
record the formula in ActiveCell.Formula format

Range("A4").Select
ActiveCell.Formula = "=A2+A3"

Now What is that I have to do to make Excel record formulas in the
ActiveCell.Formula = format every time I use Macro recorder to record
macros.

Any info on this would be helpful....

Thx in Advance
Karthik

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default How to Revert to ActiveCell.Formula = format from ActiveCell.FormulaR1C1 = format

When you record a macro, a small widow pops up with the stop button on
it. the other button is the relative button, if you press it before
recording your macro it gives you the direct cell address not the R1C1
style.

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
ActiveCell.FormulaR1C1 Rick Excel Discussion (Misc queries) 3 March 28th 10 10:36 PM
ActiveCell.FormulaR1C1 PapaDos Excel Programming 0 December 7th 06 07:06 AM
ActiveCell.FormulaR1C1 Tom Ogilvy Excel Programming 0 December 6th 06 08:03 PM
activecell.formular1c1 monika Excel Programming 0 April 29th 04 10:13 AM
ActiveCell.FormulaR1C1 Leif Rasmussen Excel Programming 1 October 16th 03 09:46 AM


All times are GMT +1. The time now is 03:55 PM.

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"