The first macro is the first "sub" in the article I linked to:
Code:
Public Sub BanishWebToolbar()
CommandBars("Web").Enabled = False
'Change 'False' to 'True' to re-enable the Toolbar
End Sub
The Web toolbar was designed for the Web view, that is correct. Running the macro once should turn it off permanently though (for all views). For installation instructions, you can take a look at
http://www.gmayor.com/installing_macro.htm.