View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Ian[_9_] Ian[_9_] is offline
external usenet poster
 
Posts: 7
Default Message when workbook is opened

Thanks. The only problem is that I get the "....contains
macros" message also. Is there a way to disable that?
-----Original Message-----
Private Sub Workbook_Open()
MsgBox "Hi!"
End Sub

"Ian" wrote:

I need to display a message when a workbook is opened.
I've never done any coding in Excel so can someone give

me
some pointers. Thanks!

.