Printing VBA Code

S

Steve Stanley

As an absolute beginner with VBA I would like to print out the macro code to
help better understand the code, however while I'm in the code module the
"Print" feature is not available in the File Menu. I'm using Office 2003
 
M

Michael Koerner

Select all the code Ctrl+C to copy then Ctrl+V to paste it into Notepad or
any other text editing program

--
<>Please post all follow-up questions/replies to the newsgroup<>
<><>Email unless specifically requested will not be opened<><>
<><><>Do Provide The Version Of PowerPoint You Are Using<><><>
<><><>Do Not Post Attachments In This Newsgroup<><><>
Michael Koerner [MS PPT MVP]


| As an absolute beginner with VBA I would like to print out the macro code
to
| help better understand the code, however while I'm in the code module the
| "Print" feature is not available in the File Menu. I'm using Office 2003
 
B

Bill Dilworth

The print function in the VBE window is selection specific. You must have a
module or code window selected that you want to print.

The print dialog will take you from there.


--
Bill Dilworth
A proud member of the Microsoft PPT MVP Team
Users helping fellow users.
http://billdilworth.mvps.org
-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
yahoo2@ Please read the PowerPoint FAQ pages.
yahoo. They answer most of our questions.
com www.pptfaq.com
..
 
M

Michael Koerner

I like your method better. Goes to show you how much I use VBA <g>

--
<>Please post all follow-up questions/replies to the newsgroup<>
<><>Email unless specifically requested will not be opened<><>
<><><>Do Provide The Version Of PowerPoint You Are Using<><><>
<><><>Do Not Post Attachments In This Newsgroup<><><>
Michael Koerner [MS PPT MVP]


| The print function in the VBE window is selection specific. You must have
a
| module or code window selected that you want to print.
|
| The print dialog will take you from there.
|
|
| --
| Bill Dilworth
| A proud member of the Microsoft PPT MVP Team
| Users helping fellow users.
| http://billdilworth.mvps.org
| -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
| yahoo2@ Please read the PowerPoint FAQ pages.
| yahoo. They answer most of our questions.
| com www.pptfaq.com
| .
|
|
| | > As an absolute beginner with VBA I would like to print out the macro
code
| > to
| > help better understand the code, however while I'm in the code module
the
| > "Print" feature is not available in the File Menu. I'm using Office 2003
|
|
 
M

Michael Koerner

Steve;

Thanks for getting back to us. We always like feedback

--
<>Please post all follow-up questions/replies to the newsgroup<>
<><>Email unless specifically requested will not be opened<><>
<><><>Do Provide The Version Of PowerPoint You Are Using<><><>
<><><>Do Not Post Attachments In This Newsgroup<><><>
Michael Koerner [MS PPT MVP]


|
| Thank you gentlemen for your helpful suggestions. The reason why I posted
my
| query is because I was in the code window when I was trying to access the
| print function but I was unable to because it was not active. I later
tried
| doing the exact same thing on a different computer and it worked fine. I'm
| still not sure as to why I had the problem on the first computer I was
using,
| because there had been no difficulty printing anything in any other
| application.
| "Steve Stanley" wrote:
|
| > As an absolute beginner with VBA I would like to print out the macro
code to
| > help better understand the code, however while I'm in the code module
the
| > "Print" feature is not available in the File Menu. I'm using Office 2003
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top