markkramer
Technical User
We have a single slide PowerPoint document that users simply enter data into and then print it out. I'd like to have a message pop up that provides the user with information when the document is opened.
If this was Excel, I'd go into the This Workbook module and use this code:
Private Sub Workbook_Activate()
MsgBox ("Remember to fill in all the blanks before printing." )
End Sub
Unfortunatley, I've never worked with VisualBasic in PowerPoint. How and where would I place such a message so that it would pop up each time the document was opened?
Thanks for your help!
Mark
If this was Excel, I'd go into the This Workbook module and use this code:
Private Sub Workbook_Activate()
MsgBox ("Remember to fill in all the blanks before printing." )
End Sub
Unfortunatley, I've never worked with VisualBasic in PowerPoint. How and where would I place such a message so that it would pop up each time the document was opened?
Thanks for your help!
Mark