Thread: Selection Range
View Single Post
  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default

Could it be that it is a chart sheet that is active, that is a sheet that
doesn't have a range.

--
HTH

Bob Phillips

"ch" wrote in message
...
My VBA sometimes works fine with
range("A1").select

Bt sometimes, it shows an error unless I include a "activesheet" in front

as
below :
activesheet.range("A1").select

Anyone please help me know why the additional "word" is needed ?