View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
CTInt04 CTInt04 is offline
external usenet poster
 
Posts: 4
Default Activating VB form by changing cells

I need to know how I can show a UserForm or run other code by selecting or changing the value of a cell in Excel? Without using a VB object such as a command button that needs to be clicked.


A B C D E
i.e. - 1 | | 4 | | |
2 | | | | |
3 | | | | |

If the contents of cell C1 are changed to "6", a UserForm should appear.
The Sub Worksheet_SelectionChange() does not seem to work.
Need Help Please!!!!