N nisha Registered User. Local time Today, 00:19 Joined Aug 18, 2009 Messages 22 Oct 8, 2009 #1 while using objWkb.Saveas method it gives me a pop up if the file already exists asking for replacing the file. How do i default it to yes and replace the file without prompting any message to the user??
while using objWkb.Saveas method it gives me a pop up if the file already exists asking for replacing the file. How do i default it to yes and replace the file without prompting any message to the user??
DCrake Remembered Local time Today, 08:19 Joined Jun 8, 2005 Messages 8,620 Oct 8, 2009 #2 You can turn the alerts off in the same way you do in Access. Not sure of the exact syntax though. Set Alerts = False
You can turn the alerts off in the same way you do in Access. Not sure of the exact syntax though. Set Alerts = False