Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 791
Default How do I use absolute references in macros?

How do I setup absolute cell references in macros with either R1C1 format or
A1 format.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 94
Default How do I use absolute references in macros?

Using A1 notation for cell B1 it would be...

Range("B1").Formula = "=$A$1"

HTH.

"Michael" wrote:

How do I setup absolute cell references in macros with either R1C1 format or
A1 format.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 791
Default How do I use absolute references in macros?

Thank you.

"DaveO" wrote:

Using A1 notation for cell B1 it would be...

Range("B1").Formula = "=$A$1"

HTH.

"Michael" wrote:

How do I setup absolute cell references in macros with either R1C1 format or
A1 format.

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
convert relative cell references to absolute cell references via amacro? Dave F[_2_] Excel Discussion (Misc queries) 1 May 15th 08 04:43 PM
Help with converting a block of cells with Absolute and mixed references to relative references Vulcan Excel Worksheet Functions 3 December 13th 07 11:43 PM
Absolute References [email protected] Excel Worksheet Functions 1 November 29th 06 12:41 AM
Relative (vs. Absolute) Cell References with macros Claude S. Weiller Excel Discussion (Misc queries) 1 August 3rd 06 08:56 PM
Absolute references BWGames Excel Programming 1 December 31st 03 10:52 AM


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