View Single Post
  #2  
Old April 1st, 2010, 01:19 AM posted to microsoft.public.visio.general
DC Kelley
external usenet poster
 
Posts: 13
Default usnig the std open dialog in Visio VBA code

Solved. It looks like one can drop a reference on any form in the design
and thereby get a global reference that works elsewhere in the project. You
also need to use the right control, i.e. Microsoft Common Dialog Control 6.0
(SP6) not the one I mentioned. You can then add a line like: Dim
CommonDialog1 As CommonDialog in your routine and you are back in biz.
DCK