A
aussiegirlone
I have a command button that when clicked goes to another Worksheet. Can this
command button code be edited to goto another WorkBook instead?
Private Sub CommandButton1_Click()
Worksheets("HoursWorked").Select
Application.Goto Worksheets("HoursWorked").Range("A1"), Scroll:=True 'or
false??
End Sub
command button code be edited to goto another WorkBook instead?
Private Sub CommandButton1_Click()
Worksheets("HoursWorked").Select
Application.Goto Worksheets("HoursWorked").Range("A1"), Scroll:=True 'or
false??
End Sub