Deuce Bucksman
Board Regular
- Joined
- Jan 17, 2011
- Messages
- 102
Hello,
I just need a simple VBA procedure that will message box the comment in the activecell (if there is one). Below is my feeble attempt. Any assistance would be greatly appreciated. Thanks!
sub macrotest()
msgbox activecell.comment
end sub
I just need a simple VBA procedure that will message box the comment in the activecell (if there is one). Below is my feeble attempt. Any assistance would be greatly appreciated. Thanks!
sub macrotest()
msgbox activecell.comment
end sub