View Single Post
  #10   Report Post  
Posted to microsoft.public.excel.misc
NervousFred NervousFred is offline
external usenet poster
 
Posts: 19
Default Making a comment using a cell?

I put
Private Sub Workbook_Open()
Sheets("Sheet1").Activate
Comment_Add_Range
End Sub

in module 1 and opened the spreadsheet and it did not run the macro
automatticlly. Also tried puttin the code right above and below the orignal
commnet code. Neither worked and I am sure I am doing something wrong.

Where do I need to put the activate code to get the macro to run?