Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

EXCEL Question... probably simple 1

Status
Not open for further replies.

webwriter

Programmer
May 18, 2001
18
US
Hi.
I am creating/saving an excel spreadsheet from a VB program. Everytime a row is added to my spreadsheet a popup message on my web page appears asking me if i want to override the current excel spreadsheet. is there a way in excel to suppress this message so that i do not get this popup message.. it would be a nuisance to my user to continually respond to this message..

thanks for any help..

webwriter..
 
Try:

Application.DisplayAlerts=False

that disables all Excel warning messages and resets itself to "True" when the procedure is completed.

Richard...
 
Richard,

Thanks... That was *exactly* what i needed. I inserted the code and it worked like a charm..

Many, many thanks..

webwriter.. :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top