S
spreadsheetlady
Hi,
I'm trying to automatically open a Form when a target cell contains an exact
text.
Example:
IF cell A1 says: "Oranges"
THEN
Open Form1.
I've only opened Forms using command buttons.
I was thinking maybe using Sub Worksheet_Change to do this?
If cell A1 says anything else, (false) Do not open Form1.
Thank-you in advance
Amy
I'm trying to automatically open a Form when a target cell contains an exact
text.
Example:
IF cell A1 says: "Oranges"
THEN
Open Form1.
I've only opened Forms using command buttons.
I was thinking maybe using Sub Worksheet_Change to do this?
If cell A1 says anything else, (false) Do not open Form1.
Thank-you in advance
Amy