View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bruno Campanini[_5_] Bruno Campanini[_5_] is offline
external usenet poster
 
Posts: 2
Default Deprecated [...]

I posted this on microsoft.public.excel but I didn'n
get any opinions yet.
May be I'll be more this side...
--------------------------------------------------------------
What's about MS "deprecated" notation [Sheet2!B5]?
I'm using that notation as it is much simpler to write
than Worksheets("Sheet2").Range("B5").

Am I alone? any opinions?

Bruno

PS
Well, I know I can't use [Sheet2!B5](2),
[MyRangeVar], etc.