runtime error '70' permission denied

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I am tring to run macros, but i get this error. It compiles fine. Any
pointers?I am kinda new to VBA programming. Thank you
Kits
 
Interesting. Were you trying to manipulate a file when you got this error?
What were you trying to do? Do you have the procedure and/or the line of
code that causes this error? Can you copy it here for us to look at?
--David

--
David M. Marcovitz
Director of Graduate Programs in Educational Technology
Loyola College in Maryland
Author of _Powerful PowerPoint for Educators_
http://www.loyola.edu/education/PowerfulPowerPoint/
 
Hi,

I am tring to run macros, but i get this error. It compiles fine. Any
pointers?I am kinda new to VBA programming.

Post some example code and indicate where the error occurs.
Without that, we'd be guessing.
 
Kiran,
In addition to everyone else's comments, I've seen this when trying to
rename a shape to a ShapeName that already exists on the same slide
using VBA.

Brian Reilly, PowerPoint MVP
 
Back
Top