View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
ryguy7272 ryguy7272 is offline
external usenet poster
 
Posts: 2,836
Default Help writing macro

Lots of options for you; too many to list here.
Check out this link:
http://www.contextures.com/tiptech.html

Look for 'Comments'. You will find more than a dozen useful resources.

Regards,
Ryan---

--
RyGuy


"shell" wrote:

I have a user that needs to be able to hover over a cell and see the entire
contents of the cell. We thought it might be beneficial to create a macro
that would copy the entire contents of the cell and create a comment (since
the cells only show 250 characters and comments can hold more). We would
need this for each and every cell. Any ideas? I need this ASAP. Thanks.