Marco's in Word

S

Skye

Howdy!

I was just wondering how can insert a macro that was made
in VB into Word? Any ideas? Thanks!
 
R

Robin Clay

-----Original Message-----
I was just wondering how can insert
a macro that was made in VB into Word?

First call up the text you want to insert.

Select it, and press Ctrl C to put it onto the ClipBoard.

Load up Word

Press Alt F11

Insert > Module

Then press Ctrl V to paste the text from the ClipBoard.

Done.

RClay AT haswell DOT com
 
Top