View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Gee[_2_] Gee[_2_] is offline
external usenet poster
 
Posts: 7
Default Select Sheet then Select Range

I'm having trouble with a button I created. When clicked
it's supposed to go to sheet "SOURCE 1" and then to Cell
H77. I keep getting the message "Select Method of Range
Class has Failed"

Private Sub CommandButton31_Click()
Sheets("SOURCE 1").Select
Range("H77").Select
End Sub

Any ideas what I'm doing wrong?

Thank you for any help you can give me,
Gee