Hi,
I'd like to know if it is possible to make a reference in vba to an external program.
Now, I can make an object-reference to Excel like this:
Set xlExcel = New Excel.Application
xlExcel.Visible = True
xlExcel.Workbooks.Open vFile, False, True
I'd like to do the same, but now to a...