Re: Powerpoint Macro
- From: "Bill Dilworth" <vestprog2@xxxxxxxxxxxxxxx>
- Date: Mon, 8 Aug 2005 14:43:22 -0400
There is no difference in the way the macros run on these machines. The
question should be, "does the macro run?"
After the Next command add --
Msgbox "Done."
Does it display on both machines? Chances are that Macro security is set to
High on the Dell, but not on the IBM. This would preclude it running on the
Dell.
--
Bill Dilworth
A proud member of the Microsoft PPT MVP Team
Users helping fellow users.
billdilworth.mvps.org
-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
yahoo2@ Please read the PowerPoint
yahoo. FAQ pages. They answer most
com of our questions.
www.pptfaq.com
..
..
"Pooks" <Pooks@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:02F68B4C-97D2-4683-8304-D24B06318188@xxxxxxxxxxxxxxxx
> Wrote the following powerpoint macro on an IBM and it runs just fine. But
> it
> doesnt work on a Dell. Why?
>
> Sub Close_All_Open_Presentations()
>
> With Application.Presentations
> For i = .Count To 1 Step -1
> SlideShowWindows(i).View.Exit
> Next
> End With
>
> End Sub
>
> Also, hit Ctrl+Q on an IBM and it closes all open presentations. Doesn't
> do
> anything on a Dell. Why?
.
- References:
- Powerpoint Macro
- From: Pooks
- Powerpoint Macro
- Prev by Date: PDF/PowerPoint
- Next by Date: Powerpoint "Kiosk" not playing entire movie
- Previous by thread: Powerpoint Macro
- Next by thread: PDF/PowerPoint
- Index(es):
Relevant Pages
|