Thread
:
How do I use absolute references in macros?
View Single Post
#
2
Posted to microsoft.public.excel.programming
DaveO
external usenet poster
Posts: 94
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.
Reply With Quote
DaveO
View Public Profile
Find all posts by DaveO