Hello all. OK, using 4.1 . . .
Can a specific file be opened using the Ext command?
I open Excel with no problem from within the CMM program.
EXTERNALCOMMAND/DISPLAY ; C:\PROGRAM FILES\MICROSOFT OFFICE\OFFICE11\EXCEL.EXE
But I need a specific file to open that has a VB script to pull the data from the CMM program after it runs.
I tried using the path to where the file is. No can do.
EXTERNALCOMMAND/DISPLAY ; C:\Documents and Settings\wknazek\Desktop\Excel Files\name of file here
I know. My "file" isn't an exe. Excel is. But my Excel file contains an exe. Does that count? LOL
)
Can a specific file be opened using the Ext command?
I open Excel with no problem from within the CMM program.
EXTERNALCOMMAND/DISPLAY ; C:\PROGRAM FILES\MICROSOFT OFFICE\OFFICE11\EXCEL.EXE
But I need a specific file to open that has a VB script to pull the data from the CMM program after it runs.
I tried using the path to where the file is. No can do.
EXTERNALCOMMAND/DISPLAY ; C:\Documents and Settings\wknazek\Desktop\Excel Files\name of file here
I know. My "file" isn't an exe. Excel is. But my Excel file contains an exe. Does that count? LOL

Comment