View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
Keith Willshaw Keith Willshaw is offline
external usenet poster
 
Posts: 170
Default Excel 97 - Common Dialog Control Help


"Russell Plummer" wrote in message
...
All,

Thank you for the comments. I did take Jean-Yves advice and it works very
well.

As for the licencing, well it makes sense but is it sense? All I am trying
to do is to create some time-saving tools using Excel 97 (as I cannot be
sure what version of Excel the recipients will be using) and so getting a
developer version for 97 could be difficult.


So get a copy of VB6 and you not only get the ability to use the
common dialog controls but can build your own ActiveX
controls in a custom OCX and hide the code from prying
eyes.

Keith