View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Stuart[_2_] Stuart[_2_] is offline
external usenet poster
 
Posts: 6
Default comdlg32.ocx error

I have had a bug reported to me that some code i have written, when
installed on some machines, causes a 'comdlg32.ocx missing' error.

Unfortunately I don't know at what point this error occurs - whether
when a routine is launched or at a specific line of code.

Reading on the groups about this it seems that I've used a control
that is only in comdlg32.ocx, but I have no idea what it might be.

Is there a list of the controls contained in comdlg32.ocx anywhere?

I suspect it might be the getsaveasfilename dialog box, but i don't
know how to confirm that, and what i could use in its place that won't
require users to install a licensed copy of comdlg32.ocx.

All help much appreciated.

Stuart