Google

Monday, June 23, 2008

i-TimeTabler Notes: Suppressing Alerts

http://blogs.ittoolbox.com/visualbasic/munk/archives/introduction-to-ole-in-vb-9071

'Load Excel and create the object
Set oXL = CreateObject("Excel.Application")

'Turn off alert messages.
oXL.DisplayAlerts = False