TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
Subject:RE: Question: Word 2000 VBA - Can I program this? From:Michele Marques <msmarques -at- rogers -dot- com> To:"TECHWR-L" <techwr-l -at- lists -dot- raycomm -dot- com> Date:Sat, 11 May 2002 20:31:34 -0400
Annamarie asked about writing a VBA program to copy information from
PowerPoint into Word.
It would be difficult to write a program from PowerPoint to control both
PowerPoint and Word (or the reverse). But you could write one program to
do the PowerPoint side and another to do the Word side... if you assign
your programs to buttons, you would just have to switch between the two
programs and click the buttons.
I have been a programmer, but I will recommend a shortcut that even I
use... first record as much as you can of your activities as a macro. If
you can record the entire action sequence, then you don't even have to
mess with the VBA code. If you can't record everything, do as much as
you can and then edit the VBA code.
For example, I like to create templates that prompt for information and
then put the information in appropriate places in the document. I do
this by first setting up anything I need for the automation (e.g.,
bookmarks that I will need to go to, dummy text to replace in a
find/replace,etc.), and then recording a macro where I just put text
that I type into the correct locations. Finally, I edit the macro to
prompt for the text instead of using what I typed in during recording.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Free copy of ARTS PDF Tools when you register for the PDF
Conference by May 15. Leading-Edge Practices for Enterprise
& Government, June 3-5, Bethesda,MD. www.PDFConference.com
Check out RoboDemo for tutorials! It makes creating full-motion software
demonstrations and other onscreen support materials easy and intuitive.
Need RoboHelp? Save $100 on RoboHelp Office in May with our mail-in rebate.
Go to http://www.ehelp.com/techwr-l
---
You are currently subscribed to techwr-l as: archive -at- raycomm -dot- com
To unsubscribe send a blank email to leave-techwr-l-obscured -at- lists -dot- raycomm -dot- com
Send administrative questions to ejray -at- raycomm -dot- com -dot- Visit http://www.raycomm.com/techwhirl/ for more resources and info.