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?