how to use macros

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

Guest

i am new to word and want to use one code to convert numbers into words.but
dont know how and where to put the codes in word .
in any one got idea or links where i can read about this thing
is it possible to use same codes that i use in ms access modules here
or it should be diff.
 
Here are some links to articles that may help you getting started:

"Getting To Grips With VBA Basics In 15 Minutes"
http://www.word.mvps.org/FAQs/MacrosVBA/VBABasicsIn15Mins.htm

"Creating a macro with no programming experience using the recorder"
http://www.word.mvps.org/FAQs/MacrosVBA/UsingRecorder.htm

"How to modify a recorded macro"
http://www.word.mvps.org/FAQs/MacrosVBA/ModifyRecordedMacro.htm

For help on installing macros, see:
http://www.gmayor.com/installing_macro.htm

You cannot use exactly the same code in Word as you use in Access - the
objects to work with in VBA differ between programs.

--
Regards
Lene Fredborg
DocTools - Denmark
www.thedoctools.com
Document automation - add-ins, macros and templates for Microsoft Word
 
Back
Top