Print current slide in 2003

  • Thread starter Thread starter kimkom
  • Start date Start date
K

kimkom

Hi again,

Just a quick question about Shyam's print current slide code. Is there any
reason it wouldn't work with PP 2003? The version I'm using is 2007, but
having tried it with another version of 2003 it doesn't seem to work?

Many thanks,
Mike
 
The code definitely works in 2003

As TAJ said check security levels

check you have a default printer set

maybe insert a line of code

MsgBox "I'm running"

That way you will know that the code module is actually running. If it isn't
(no message) you need to find out why, if it runs you may have an error in
the code. My guess is the former.


--
-------------------------------------------
Amazing PPT Hints, Tips and Tutorials

http://www.PPTAlchemy.co.uk
http://www.technologytrish.co.uk
email john AT technologytrish.co.uk
 
Thank you John, I will try that

John Wilson said:
The code definitely works in 2003

As TAJ said check security levels

check you have a default printer set

maybe insert a line of code

MsgBox "I'm running"

That way you will know that the code module is actually running. If it isn't
(no message) you need to find out why, if it runs you may have an error in
the code. My guess is the former.


--
-------------------------------------------
Amazing PPT Hints, Tips and Tutorials

http://www.PPTAlchemy.co.uk
http://www.technologytrish.co.uk
email john AT technologytrish.co.uk
 
Back
Top