Programming Stuff
Tips on Programming Networking and Hacking
Enter your search terms
Submit search form
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
Newer Post
Older Post
Home