View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Shilps[_2_] Shilps[_2_] is offline
external usenet poster
 
Posts: 18
Default Problem is using any method of Range Object

Hi,
I have a code where I am using this code

Worksheets("Input").Range("A5:B5").Select

It is giving Run time Erro 1004
Select Method of Range Class failed
Why is this giving this error?
TIA
Shilps