Thread
:
VB
View Single Post
#
1
Posted to microsoft.public.excel.programming
Bob[_44_]
external usenet poster
Posts: 6
VB
Why do I get an error message with this code in Excel?
There is something wrong in this line: Range("A1").Select
Private Sub CommandButton1_Click()
Sheets("Forecast").Select
Range("A1").Select
End Sub
Reply With Quote
Bob[_44_]
View Public Profile
Find all posts by Bob[_44_]