Hi. I have a test GUI using VB6 that writes to MS Excel. If I use:
then the workbook is visible on the same computer as the one that the GUI is running.
My question: What if I want to make Excel visible from a shared drive so that anyone can view its data, dynamically? Is there a way to do that?
Thanks.
Code:
xlApp.Visible = True
My question: What if I want to make Excel visible from a shared drive so that anyone can view its data, dynamically? Is there a way to do that?
Thanks.