This macro adds a comment to a cell and some text from an input box. I store the last value entered in the input box via the registry, it is recalled as the default input box value.
How do I capture the cancel property (Boolean, true or false?) so the ActiveCell.Value remains and comment is not added?
When a user selects Cancel/X the macro deletes the value in the cell and add's a comment. This overwrites existing data with "" (nothing).
The VBA help file wasn't very helpful, or, I did not know what to look for.
Any hints, tips or examples are appreciated.![]()
Please Login or Register to view this content.
Bookmarks