Prev: How to make scanned document readable when opened in word?
Next: Re-applying 'Hyperlink'-character style to all internet and e-mail addresses
From: Cal Who on 5 Jun 2010 10:08 I have a macro that I want to e-mail someone. I copied it and pasted it into a .txt file. I also want to send instructions for inserting the macro to be used with all documents. Not sure if they have 2003 or 2007! I've been looking on the Internet for some simple instructions for adding a macro when you already have the vba but can't find anything that really fits. Can you help me get such instructions? Thanks
From: Jay Freedman on 5 Jun 2010 10:34 The instructions you need are at http://www.gmayor.com/installing_macro.htm. The instructions are very nearly the same for Word 2003 and 2007 (assuming you didn't use any features in your macro code that are specific to Word 2007). -- Regards, Jay Freedman Microsoft Word MVP FAQ: http://word.mvps.org Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit. On Sat, 5 Jun 2010 10:08:53 -0400, " Cal Who" <CalWho(a)roadrunner.com> wrote: >I have a macro that I want to e-mail someone. > >I copied it and pasted it into a .txt file. > >I also want to send instructions for inserting the macro to be used with all >documents. > >Not sure if they have 2003 or 2007! > >I've been looking on the Internet for some simple instructions for adding a >macro when you already have the vba but can't find anything that really >fits. > >Can you help me get such instructions? > > >Thanks >
From: Cal Who on 5 Jun 2010 12:19
Perfect! Better than anything I found before. Thanks "Jay Freedman" <jay.freedman(a)verizon.net> wrote in message news:78nk06dvvvokffao53tj2c4au244r96s12(a)4ax.com... > The instructions you need are at > http://www.gmayor.com/installing_macro.htm. > > The instructions are very nearly the same for Word 2003 and 2007 > (assuming you didn't use any features in your macro code that are > specific to Word 2007). > > -- > Regards, > Jay Freedman > Microsoft Word MVP FAQ: http://word.mvps.org > Email cannot be acknowledged; please post all follow-ups to the > newsgroup so all may benefit. > > > On Sat, 5 Jun 2010 10:08:53 -0400, " Cal Who" > <CalWho(a)roadrunner.com> wrote: > >>I have a macro that I want to e-mail someone. >> >>I copied it and pasted it into a .txt file. >> >>I also want to send instructions for inserting the macro to be used with >>all >>documents. >> >>Not sure if they have 2003 or 2007! >> >>I've been looking on the Internet for some simple instructions for adding >>a >>macro when you already have the vba but can't find anything that really >>fits. >> >>Can you help me get such instructions? >> >> >>Thanks >> |