View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Toggle comments on or off macro

You may want to take a look at using the message in Data|Validation.

It won't react to a double click, but it'll only appear when the cell is
selected--using arrows or mouse, though.

Jim G wrote:

I would would like to display comments on template sheets for new users.
However, I would also like to allow the user to toggle between show and hide
the comments using a macro attached to a button (so as they don't need to go
to Options etc). Or, is it possible to add a comment to a cell that shows
only when double clicked?

Thanks in advance for any help with the code.

--
Jim


--

Dave Peterson