View Single Post
Old 12-22-2004, 06:29 AM   #5 (permalink)
sippin codeine
Super Techie
 
Join Date: Jun 2004
Posts: 312
Send a message via Yahoo to sippin codeine
Default

You can make a Macro in MS Word, you put the VB/VBA code in the Macro. Tools > Macro > Create

Sub TEST()
MsgBox "Hello World"
End Sub
__________________
**[System specs]**

Delphi Enterprise 6 - 7
VB 6.0 - 2005 EE
sippin codeine is offline   Reply With Quote