View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JenReyn JenReyn is offline
external usenet poster
 
Posts: 2
Default Macro to Force Response in Dialog Box

Is there a way to force the response in a dialog box
within a VBA macro?

For example, I need to perform a save as and overwrite an
existing file. Of course, excel knows the file exists and
asks if you want to perform the overwrite. Since multiple
users will be performing the macro, I want to be able to
force them to do the overwrite.

Any ideas?

Thanks!
JenReyn