View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Steve G Steve G is offline
external usenet poster
 
Posts: 44
Default Debra Dalgleish's Excel file that displays a comment in a cell instead of a pop-up

I went to Ms. Dalgleish's web site: http://www.contextures.com/excelfiles.html#Comments

There is an excelent sample file about displaying comments in a cell
of the worksheet rather than the pop-up method Excel has.

How do I use this code? Is there a way to import the project (not
module) in which the code is found into my personal.xls. Ms.
Dalgleish's file is NOT an add-in. I looked at her code and it
contains "private" subs. Should I just save her file as another name--
make it an xlt file, and then use her code? That does NOT seem a good
method to me--there are other codes in projects at other web sites
that I want to use also along with Ms. Dalgleish's code. I would
appreciate any help. Thank you.

Steve G