View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
akemeny akemeny is offline
external usenet poster
 
Posts: 63
Default Inserting Comments with VBA

Hi

I'm looking for a macro that will automatically enter the current date and a
note in the comments box when certain information is entered into specific
cells on my spreadsheets without deleting any old comments.

For example:

When V = unfavorable, automatic comment should enter:
- The current date (Blue and Bold)
- The note (standard font and color)
When V = favorable, automatic comment should enter:
- The current date (Blue and Bold
- The note (standard font and color)
Etc.

Is this possible??