View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] daneclab@gmail.com is offline
external usenet poster
 
Posts: 1
Default Getting Worksheet name in Reference Style

I want to get the address of a cell I am referencing. If I use
Address(external=:True) then I get the workbook name included in the
reference. If I use AddressLocal I get just the row/column reference.
How can I get the address where it looks like =TRAVEL!$A$10, where
TRAVEL is the name of the worksheet where the cell resides?