How to delete notes from power point presentation (PP2000)

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Hi Bill,

I've just tried your macro to delete notes from ppt's.
I'm getting an error and my limited knowledge of VBA is not enough to debug.

The error reads:
Run-time error '-2147188160 (80048240)':
PlaceholderFormat (unknown member) : Invalid request. Shape is not a
placeholder.

When I click on "Debug", the following line is highlighted:
" If oSh.PlaceholderFormat.Type = ppPlaceholderBody Then"

Can you help?
Thanks in advance!
Grace.

"Bill Dilworth" wrote:

> Copy the presentation (do not make the mistake of running this on your main
> presentation file or you will be rather upset), run this macro and there
> won't be any notes to hide.
>
> **Delete notes page text (or text and shapes)
> http://www.rdpslides.com/pptfaq/FAQ00178.htm
>

.



Relevant Pages

  • Re: Question about #define
    ... > #ifdef DEBUG ... Get and use a C99 compiler. ... Get and use gcc and the gnu variadic macro extensions. ...
    (comp.lang.c)
  • Re: braces needed?
    ... > written macros particularly debug ones or ones requiring a local variable ... - the person who wrote "if (blah) MACRO()" should have been more awake ... I would not want to impose braces on all my code in order to avoid ...
    (comp.lang.cpp)
  • Re: Converting from 6.0 to VS2005
    ... It's hidden in the macro CheckParameters_* - something to do with the Assert ... I've no idea how DEBUG came to NOT be defined in VC6.0 but I've just wrapped ... or it was a modified Debug project that had ... DebugTraceFn can be used. ...
    (microsoft.public.win32.programmer.messaging)
  • Re: What policy for BUG_ON()?
    ... > our own debug printk() that shows the mess. ... Then the BUG_ONmacro would ... macro would be disabled for general users, ... send the line "unsubscribe linux-kernel" in ...
    (Linux-Kernel)
  • Re: How to delete notes from power point presentation (PP2000)
    ... > I've just tried your macro to delete notes from ppt's. ... For Each oSl In ActivePresentation.Slides ... >> presentation file or you will be rather upset), ... Steve Rindsberg, PPT MVP ...
    (microsoft.public.powerpoint)