Here is what I would like to do. I found the Worksheet_BeforeRightClick sub and thought it was awesome. When someone right-clicks, I want a box to come up with the question and buttons, "What do you want to do?" [button - add entry] [button - delete entry].
If [Add entry] is selected, I want a box to come up to have the user enter in the right data, then insert the line and the appropriate values.
If [Delete entry] is selected, I want the line deleted.
The reason is that I keep an ARCHIVE page that collects any changes to my spreadsheet. Currently, when a line is deleted, the next line is reported as the one that changed and not the one deleted. Also, when a line is inserted, the blank line is copied over, then each change is copied over. I just want it done once.
I found the code to insert and delete a line, and everything else I need to do. All I need is an interactive MsgBox. Any suggestions?
Kizinti
If [Add entry] is selected, I want a box to come up to have the user enter in the right data, then insert the line and the appropriate values.
If [Delete entry] is selected, I want the line deleted.
The reason is that I keep an ARCHIVE page that collects any changes to my spreadsheet. Currently, when a line is deleted, the next line is reported as the one that changed and not the one deleted. Also, when a line is inserted, the blank line is copied over, then each change is copied over. I just want it done once.
I found the code to insert and delete a line, and everything else I need to do. All I need is an interactive MsgBox. Any suggestions?
Kizinti