P
Patrick Simonds
This code opens the UserForm Data_Input when I click on a cell within the
range E7:E11. This UserForm has a MultiPage control on it and I want the
code below to open the UserForm and set the Focus to the "Income" page
(page 3) of the MultiPage control.
If Not Application.Intersect(Target, Range("E7:E11")) Is Nothing Then
Data_Input.Show
range E7:E11. This UserForm has a MultiPage control on it and I want the
code below to open the UserForm and set the Focus to the "Income" page
(page 3) of the MultiPage control.
If Not Application.Intersect(Target, Range("E7:E11")) Is Nothing Then
Data_Input.Show