Alert Response

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!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top