J
Jenny C.
Hi --
I am trying to automate opening a .csv file that contains information
to create a visio drawing. The default settings the file converter
presents are the ones I need so I want to bypass this dialog box and
just take the defaults. The following is an example of the code I
have written in Visual Basic 6.0.
'***********************************
Dim appVisio As Visio.Application
Set appVisio = New Visio.Application
appVisio.AlertResponse = 1
appVisio.Documents.Open ("e:\FerretCanada\AW0010.CSV")
'***********************************
Any help would be greatly apprecitated.
Thanks!
I am trying to automate opening a .csv file that contains information
to create a visio drawing. The default settings the file converter
presents are the ones I need so I want to bypass this dialog box and
just take the defaults. The following is an example of the code I
have written in Visual Basic 6.0.
'***********************************
Dim appVisio As Visio.Application
Set appVisio = New Visio.Application
appVisio.AlertResponse = 1
appVisio.Documents.Open ("e:\FerretCanada\AW0010.CSV")
'***********************************
Any help would be greatly apprecitated.
Thanks!