E
Edvado
Hi, I have developed a reasonably complex VBA macro running behind a
PowerPoint presentation that many people in my office would like to use.
The original file resides on a server that all my coworkers have access
to. When I e-mailed the Powerpoint presentation to the guy sitting next
to me, it worked immediately then suddenly stopped with some sort of
access rights error.
The point in the code at which it repeatedly hung had been crossed a
couple of dozen times before then, and it had NOTHING to do with file
access, so I was pretty stumped. Then I realized it coincided with when
I opened MY OWN COPY of the same presentation to do some more
development on the VBA.
The Access error he was getting seemed to indicate that HIS PPT
presentation was actually running the VBA in MY presentation on my
machine.
Is there any way to tie the VBA directly to one instance of a PPT
presentation, and not any copies of that presentation?
Is there distribute a presentation with this code so that it will not
seek out the original presentation it was created in and run it from
there?
Would exporting the code to files and then importing it to another
presentation accomplish this?
Would creating a template from my copy of the presentation and having
them use that template accomplish this?
I apologize if this has already been answered in this newsgroup. When I
first subscribed, there were more than 8,000 messages, and even skimming
was taking a very long time.
-Edvado
PowerPoint presentation that many people in my office would like to use.
The original file resides on a server that all my coworkers have access
to. When I e-mailed the Powerpoint presentation to the guy sitting next
to me, it worked immediately then suddenly stopped with some sort of
access rights error.
The point in the code at which it repeatedly hung had been crossed a
couple of dozen times before then, and it had NOTHING to do with file
access, so I was pretty stumped. Then I realized it coincided with when
I opened MY OWN COPY of the same presentation to do some more
development on the VBA.
The Access error he was getting seemed to indicate that HIS PPT
presentation was actually running the VBA in MY presentation on my
machine.
Is there any way to tie the VBA directly to one instance of a PPT
presentation, and not any copies of that presentation?
Is there distribute a presentation with this code so that it will not
seek out the original presentation it was created in and run it from
there?
Would exporting the code to files and then importing it to another
presentation accomplish this?
Would creating a template from my copy of the presentation and having
them use that template accomplish this?
I apologize if this has already been answered in this newsgroup. When I
first subscribed, there were more than 8,000 messages, and even skimming
was taking a very long time.
-Edvado