Prompt User to Select a Text File

R

Rayson

Hi Friends
I would like to write a VBA in Visio 2002 to prompt user
to select a text file in a dialog box. I have try this

"Read_a_file = Application.GetOpenFilename("Text Files
(*.txt), *.txt")"

on Excel and it work. How can this be done on Visio 2002 ?
Thank you.
 
Top