View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Userform cell reference help

You talk like A1 triggers the userform, but show a criteria of A2 being
greater than A3. what causes the userform to show. If a cell value, what
causes the cell value to change.

--
Regards,
Tom Ogilvy
Pete wrote in message
...
I want a userform to show up based on a certain cell info
change. I want the userform to have box that tells me what
the cell changed to to make the userform show up.

Example if cell A2 A3 then show userform 1. within the
userform I want to state that cell A1 is equal to ___?

Any thoughts/ideas
Pete