Macro to "Preview in Multiple Browsers"

G

Guest

I am looking for a MACRO so that running the MACRO causes the current page to
"Preview in Multiple Browsers" -- to have the same effect as clicking the
menu item: Files > Preview in Browser > Preview in Multiple Browsers.

I am using:
FrontPage 2003
Windows XP

Thank you.
 
G

Guest

I found my own answer, so I will post it here to share if anyone is interested:

The FrontPage Macro to preview in multiple browsers is:

Public Sub PreviewMultipleBrowsers()

CommandBars("Preview in Browser").Controls("Preview in Multiple
Browsers").Execute

End Sub
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top