Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |