View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] Shaka215@gmail.com is offline
external usenet poster
 
Posts: 162
Default Excel Dialog being "Non-Modal"?

Hey,

Is it possiable to have an Excel dialog be modal? The reason I ask
is because I have a dialog that retrieves information and it would be
nice to allow someone to view the information and make changes to a
spreadsheet...I am only interested in using a dialog not a VB form for
this effect...I don't see why it wouldn't be possiable but anyone have
any ideas?

Thanks!

Modal: A state of a dialog that requires the user to interact with the
dialog before interacting with other parts of the application or with
other applications. Three modal styles exist: primary application
modal, full application modal, and system modal. See also modeless.