Suppressing Outline in Presentation Converted to Web Page

G

Guest

On February 19, 2004 I posted a request asking for a way to suppress the Outline in a PPT 2000 presentation which had been "Saved As Web Page". I subsequently discovered that if I modify the FRAME.HTM page as shown below, I can get just about all the control I need. In this snipet (which replaces the original FRAMESET code), I disabled the OUTLINE and placed the NOTES to the left of the visual

<frameset rows="*,25" frameborder=0><frameset cols="0,*" id=PPTHorizAdjust framespacing=2><frame src=outline.htm name=PPTOtl><frameset cols="18.5%,*%" id=PPTVertAdjust framespacing=2 frameborder=
onload="Load()"><frame src=slide0037.htm name=PPTNts><frame src=slide0037.htm name=PPTSld></frameset></frameset><frameset cols="0,*" framespacing=2 frameborder=0><frame src=outline.htm name=PPTOtlNav scrolling=no noresize><frame src=outline.htm name=PPTNav scrolling=no noresize></frameset></frameset>

I know it could be optimized further, but I just haven't done it yet. Anybody see any problems with this

But what I would now like to know is if there is a way through VBA for PPT2000 to place this code in the PPT file so that I need not modify the FRAME.HTM file each time I save a new version. I know VB fairly well, but not VBA, especially for PPT
 
S

Steve Rindsberg

See below

Upacbulldog said:
On February 19, 2004 I posted a request asking for a way to suppress the
Outline in a PPT 2000 presentation which had been "Saved As Web Page". I
subsequently discovered that if I modify the FRAME.HTM page as shown below, I
can get just about all the control I need. In this snipet (which replaces
the original FRAMESET code), I disabled the OUTLINE and placed the NOTES to
the left of the visual.
<frameset rows="*,25" frameborder=0><frameset cols="0,*" id=PPTHorizAdjust
framespacing=2> said:
onload="Load()"><frame src=slide0037.htm name=PPTNts><frame
src=slide0037.htm name=PPTSld></frameset></frameset><frameset cols="0,*"
framespacing=2 frameborder=0><frame src=outline.htm name=PPTOtlNav
scrolling=no noresize><frame src=outline.htm name=PPTNav scrolling=no
noresize> said:
I know it could be optimized further, but I just haven't done it yet.
Anybody see any problems with this?
But what I would now like to know is if there is a way through VBA for
PPT2000 to place this code in the PPT file so that I need not modify the
FRAME.HTM file each time I save a new version. I know VB fairly well, but
not VBA, especially for PPT.

I don't think there's any way to do this through the PPT file but you could
probably write VB/VBA to open, modify and rewrite the FRAME.HTM file in any
directory you point to.
 
J

John Langhans [MSFT]

[CRITICAL UPDATE - Anyone using Office 2003 should install the critical
update as soon as possible. From PowerPoint, choose "Help -> Check for
Updates".]

Hello,

PowerPoint doesn't provide the functionality that you are looking for.

If you (or anyone else reading this message) think that it's important that
PowerPoint provide this kind of functionality, don't forget to send your
feedback (in YOUR OWN WORDS, please) to Microsoft at:

http://register.microsoft.com/mswish/suggestion.asp

As with all product suggestions, it's important that you not just state
your wish but also WHY it is important to you that your product suggestion
be implemented by Microsoft. Microsoft receives thousands of product
suggestions every day and we read each one but, in any given product
development cycle, there are only sufficient resources to address the ones
that are most important to our customers so take the extra time to state
your case as clearly and completely as possible.

IMPORTANT: Each submission should be a single suggestion (not a list of
suggestions).

John Langhans
Microsoft Corporation
Supportability Program Manager
Microsoft Office PowerPoint for Windows
Microsoft Office Picture Manager for Windows

For FAQ's, highlights and top issues, visit the Microsoft PowerPoint
support center at: http://support.microsoft.com/default.aspx?pr=ppt
Search the Microsoft Knowledge Base at:
http://support.microsoft.com/default.aspx?pr=kbhowto

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
 

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