Not sure of your question
This worked in XL2007 as well as XL2003
Sub tryme()
Range("J5") = [Sheet3!A1]
End Sub
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email
"Bruno Campanini" <BC.DeleteThis@gmail.com> wrote in message
news:uFjf5bJXKHA.844@TK2MSFTNGP05.phx.gbl...
> 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.
>