View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Robin Hammond[_2_] Robin Hammond[_2_] is offline
external usenet poster
 
Posts: 575
Default Common dialog control

Nick,

I'm off topic here, but it looks like we are both in Hong Kong. Drop me an
email if you are interested in getting in contact.

Robin Hammond
www.enhanceddatasystems.com

"NickHK" wrote in message
...
Ryan,
I assume you are talking VBA in Excel and that you want to add a Common
Dialog control to a user form.
For a control you do not add a reference but right click on the ToolBox,
select "Additional Controls" and find your desired control.

Nick

"Ryan" wrote in message
...
Hi All,

Excel 2003 w/Visual Basic 6.3

there is no Common Dialog Box control in VB 6.3, when I try to browse it
under folder system32 the files comdlg32.dll and comdlg32.ocx are there,

but
I can not add it in the reference. The error messege is "can't add a
reference to the specified file". Can someone help me?