C
ch
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 ?
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 ?