Hi Sports Fans,
I create nifty applications in Excel VBA all the time. In general I use the spreadsheets as a database, but the end user never sees the spreadsheets but only sees my forms. To have my Excel application start with a VBA form one goes to ThisWorkbook and into the subroutine Workbook_Open one puts userform1.show (false). (False indicates to bring up the form non-modal, so that you can have several forms up at once.)
Now, however, I am trying to create a nifty application in Powerpoint VBA. My application works just fine, but I want the application to start up showing the user my VBA form. How do I do this? I have been looking for the Powerpoint analog of ThisWorkbook but I have not found it.
Thanks,
I create nifty applications in Excel VBA all the time. In general I use the spreadsheets as a database, but the end user never sees the spreadsheets but only sees my forms. To have my Excel application start with a VBA form one goes to ThisWorkbook and into the subroutine Workbook_Open one puts userform1.show (false). (False indicates to bring up the form non-modal, so that you can have several forms up at once.)
Now, however, I am trying to create a nifty application in Powerpoint VBA. My application works just fine, but I want the application to start up showing the user my VBA form. How do I do this? I have been looking for the Powerpoint analog of ThisWorkbook but I have not found it.
Thanks,