View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
spreadsheetlady spreadsheetlady is offline
external usenet poster
 
Posts: 11
Default Worksheet_Change?

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