N
Noel
Hi, I had a reply to an earlier post directing me to a
site that gave the following Macro code to stop the Web
Toolbar popping up when you open a Mail Merge document
using a Hyperlink address. I have put this macro in the
Mail Merge document and it has no effect - the Toolbar
pops up as always. Any ideas? Thanks, Noel
Public Sub BanishWebToolbar()
CommandBars("Web").Enabled = False
End Sub
site that gave the following Macro code to stop the Web
Toolbar popping up when you open a Mail Merge document
using a Hyperlink address. I have put this macro in the
Mail Merge document and it has no effect - the Toolbar
pops up as always. Any ideas? Thanks, Noel
Public Sub BanishWebToolbar()
CommandBars("Web").Enabled = False
End Sub