Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
What does the data in the bracket denote?
rng.Address(external:=True) I usually only use the .Address property without any additional information. MSDN states "Optional Variant. True to return an external reference. False to return a local reference. The default value is False." What is an external/local reference? Thanks EM |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try this in the immediate window:
?activecell.address then ?activecell.address(external:=true) And you'll see the difference. ExcelMonkey wrote: What does the data in the bracket denote? rng.Address(external:=True) I usually only use the .Address property without any additional information. MSDN states "Optional Variant. True to return an external reference. False to return a local reference. The default value is False." What is an external/local reference? Thanks EM -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I guess I could have done that prior to my post! Thanks
EM "Dave Peterson" wrote: Try this in the immediate window: ?activecell.address then ?activecell.address(external:=true) And you'll see the difference. ExcelMonkey wrote: What does the data in the bracket denote? rng.Address(external:=True) I usually only use the .Address property without any additional information. MSDN states "Optional Variant. True to return an external reference. False to return a local reference. The default value is False." What is an external/local reference? Thanks EM -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
SUM(ADDRESS(ROW(C2),COLUMN(C2),1,TRUE):ADDRESS(C14+1,COLUMN(C2),1, | Excel Worksheet Functions | |||
how to address external sheet as reference | Excel Discussion (Misc queries) | |||
External cell references using INDIRECT & ADDRESS | Excel Worksheet Functions | |||
When do I need Rng.Address(External:=True) | Excel Programming | |||
Making Address function & references as links to external files ?? | Excel Programming |