View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] MPSingley@midamerican.com is offline
external usenet poster
 
Posts: 15
Default display multiple lines in pop up when workbook opens

I have this code in my "thisworkbook"

Private Sub Workbook_Open()
MsgBox "NOTES/DIRECTIONS:1....2...."
End Sub


however, i would like to display the 1 and 2 and so on in new rows in
the pop up like this

NOTES/DIRECTIONS
1. flaksdjfkldjfsdf
2. lkasdjfl;kasdjflkjsdf

Can this be done??

Thank you in advance if anyone can help!!!