Hi, I have a bunch of job related add-ins installed that produce popup messages like âError 400â every time I start excel. is there a way start Excel (possibly from Windows Run script similar to safe mode) to have popping up alerts disabled? Thank you, -- ______ Regards, Greg
I'm not sure how you'd do this with a windows run script, but you could put it in the Workbook_Open code. Why would you want to disable all of the alerts? You might miss one you need to see. I think you need to look at why you're getting all of those alerts from the add-ins. -- HTH, Barb Reinhardt "Greg" wrote: > Hi, > > I have a bunch of job related add-ins installed that produce popup messages > like âError 400â every time I start excel. > > is there a way start Excel (possibly from Windows Run script similar to safe > mode) to have popping up alerts disabled? > > Thank you, > -- > ______ > Regards, > Greg