You could try using an AutoOpen macro as follows:
Code:
Sub AutoOpen()
Call BanishWebToolbar
End Sub
Store this macro in the Normal template along with your original macro. (If such a macro already exists in the Normal template, simply add the line Call BanishWebToolbar.)