As far as I can tell that code seems to be broken in 2003. It works for me in
2000
Have you tried pressing "E"?

Signature
-------------------------------------------
Amazing PPT Hints, Tips and Tutorials
http://www.PPTAlchemy.co.uk
http://www.technologytrish.co.uk
email john AT technologytrish.co.uk
> Dear all,
> I make some drawings during the show and I want to delete them by clicking
[quoted text clipped - 9 lines]
> Thanks in advance for your time.
> DORI
DORI - 14 May 2008 19:22 GMT
I figured it out. I added another line of code to change the pointer to
eraser and now it works:
Private Sub CommandButton1_Click()
SlideShowWindows(1).View.PointerType = ppSlideShowPointerEraser
SlideShowWindows(1).View.EraseDrawing
End Sub
Regards,
DORI
> As far as I can tell that code seems to be broken in 2003. It works for me in
> 2000
[quoted text clipped - 14 lines]
> > Thanks in advance for your time.
> > DORI