I have taken over management of two app's authored in Visual Basic Editor in Microsoft Word and PowerPoint.
The first app was written in Word's editor. It calls the .PPT app in the background.
The .PPT automates the process of taking X number of images stored in a local directory and making them into a presentation.
All the code works fine, but I wonder if it is possible to convert these applications into some sort of executable which I could launch from a web browser. I have seen where a web request might go to "file.dll?qs1=x xx&qs2=xxx" before, or to a .exe.
The first app was written in Word's editor. It calls the .PPT app in the background.
The .PPT automates the process of taking X number of images stored in a local directory and making them into a presentation.
All the code works fine, but I wonder if it is possible to convert these applications into some sort of executable which I could launch from a web browser. I have seen where a web request might go to "file.dll?qs1=x xx&qs2=xxx" before, or to a .exe.
Comment