Thread: PrintArea
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default PrintArea

? ActiveCell.Address
$B$25
? activeCell.Address(external:=True)
'[Book1]Sheet1 (2)'!$B$25

--
Regards,
Tom Ogilvy


"rickey24" wrote in message
...

Thanks Tom works great.

Out of curiosity, what does the .Address(External:=True) do to the
code?


--
rickey24
------------------------------------------------------------------------
rickey24's Profile:

http://www.excelforum.com/member.php...o&userid=10359
View this thread: http://www.excelforum.com/showthread...hreadid=266971