Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 17
Default R1C1 and the $ sign

Hello:

If I do this..
ActiveWorkbook.Worksheets("Sale").Range("E11").For mula = "=R1C1"

I get..
=$A$1 in my E11

Is there a way to get rid the dollar signs? What I want is =A1.

Thanks!
Adrian T
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 733
Default R1C1 and the $ sign

Adrian T wrote...
If I do this..
ActiveWorkbook.Worksheets("Sale").Range("E11").Fo rmula = "=R1C1"

I get..
=$A$1 in my E11

Is there a way to get rid the dollar signs? What I want is =A1.


It's SUCH a bother to read online help isn't it? There's a topic there
titled 'About R1C1 references' that explains the syntax.

However, why aren't you simply using

ActiveWorkbook.Worksheets("Sale").Range("E11").For mula = "=A1"

?

Indeed, using the .Formula property to enter formulas using R1C1
references should generate Excel formula syntax errors. So, are you
actually using the .FormulaR1C1 property?

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 48
Default R1C1 and the $ sign

Hi,

Change your Formula to:
ActiveWorkbook.Worksheets("Sale").Range("E11").For mula = "=A1"
This will givew you =A1 in E11

Charles
"Adrian T" wrote in message
...
Hello:

If I do this..
ActiveWorkbook.Worksheets("Sale").Range("E11").For mula = "=R1C1"

I get..
=$A$1 in my E11

Is there a way to get rid the dollar signs? What I want is =A1.

Thanks!
Adrian T



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
help on Converting R1C1 to A1 and A1 to R1C1..tia sa2 temp Excel Discussion (Misc queries) 3 September 13th 07 08:31 AM
help on Converting R1C1 to A1 and A1 to R1C1..tia sa2 temp Excel Worksheet Functions 3 September 13th 07 08:31 AM
how can i change dollar sign to rupee sign in sales invoice vishal kohli Excel Discussion (Misc queries) 3 May 10th 07 02:06 PM
can I change the $ sign to a £ sign in an MS template? tony Excel Worksheet Functions 1 January 2nd 06 06:31 PM
XL invoice replace the dollar sign with euro sign Pamela casares New Users to Excel 2 December 16th 05 08:21 PM


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