View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Michael[_50_] Michael[_50_] is offline
external usenet poster
 
Posts: 1
Default Why does no one use the [A1] notation

Hello, why doesn't anyone use the [A1] notation? It seems easier to
write
[A1].select
than
Range("A1").select

so why do I never see it used, I'm guessing there must be a reason...

Thanks

Michael