gmooney
Active Member
- Joined
- Oct 21, 2004
- Messages
- 254
- Office Version
- 365
- Platform
- Windows
I would like a way via this VBA code to deselect the ChartSheet (Segment & Brand) WITHOUT using the SendKeys command.
Private Sub SB()
Application.ScreenUpdating = True
Sheets("Segment & Brand").Select
Application.ScreenUpdating = True
End Sub
Any thoughts?
Private Sub SB()
Application.ScreenUpdating = True
Sheets("Segment & Brand").Select
Application.ScreenUpdating = True
End Sub
Any thoughts?