Showing related tags and posts accross the entire site.
-
Hi all, Can anybody tell me how to find out if a cell has a comment attached with it. Using VBA,:- Msgbox activecell.comment.text works ok providing that the cell has a comment. If it hasn't, run-time error 91 is generated. Thanks for any help. John
-
In Excel 2000 when debugging VBA, at a break point I could hover with the cursor over a variable name and a popup box, which Microsoft calls the "Data Tips", would appear showing the current value assigned to the variable. In my current situation using Excel 2003, the data tips do not appear...