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!!!!