View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] omri@directxtras.com is offline
external usenet poster
 
Posts: 3
Default programatically creating dialog box

Hi,
How do you programatically create a dialog box? I can figure out how
to do it with the C based API, but can't figure it out with the COM/OLE
API from Visual C++. The documentation says, there is a DialogBox
method on a range object from a macro sheet, but how do I
programmatically create an in memory only range object to use? Or is
there another way of doing this? Is the only way to use the DialogBox
method from a precreated macro sheet?

Thanks,
Omri