Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Private Sub CommandButton1_Click()
Dim RetVal
RetVal = Shell("C:\Program Files\Polybytes\PolyView\Program\polyview.exe")
End Sub
This is precisely what I suggested.it would have been nicer to be able to click a title or a button and run the animation.
You DID say that was what you put in. Then when I ask about this, you say you put in - D:\Presentation\Animation11\pAi1.exeI followed all the steps and put the following code as an example:
Private Sub CommandButton1_Click()
Dim RetVal
RetVal = Shell("C:\Program Files\Microsoft Office\OFFICE11\WINWORD.EXE")
End Sub
but what does that mean? "Does not work" can mean:the button does not work when clicked on
RetVal = Shell("D:\Presentation\Animation11\pAi1.exe")
I take it that you tried to open your executable from Word - not that you were trying to launch Word from your command button.when it did not work, I tried to open word as a simple try.
and from the fact that the exe is in a folder named Animation11, it makes me wonder what sort of object the "executable" is. Is it a movie/animation of some sort, or in fact an executable program file? If it is a movie/animation, then do this:It works but I have to add instructions on the powerPoint presentation (right click, choose open hyperlink).
it would have been nicer to be able to click a title or a button and run the [!]animation[/!].