Hello everybody!
Today I’ve got an interesting question, and I’m not sure there is anybody who has a solution, but let’s see. In fact I doubt that it is possible to do this…
I have programmed an application, which is able to manage projectfiles. These have their own extension (*.vzg) which is associated whith this Excel-Sheet. In this sheet I am able to save and open these files (which are acsii-based). To do this I’ve written some code and it works well.
But here is the problem: If I double click one of these *.vzg-files in the explorer, I want my Excel-Sheet to start and open exactly this file (means open Excel and then start the open-file-macro). To do this I somehow have to be able to start this Excelfile whith a parameter or something so that my application gets to know that it has to open a specific *.vzg-file. Does anybody think this would be possible?
Any help on this would be appreciated!
Greetings, Porley