running a word macro from xl

S

steve

how do i call a macro PrintUARDBAL in a word file called
UARDBAL.doc

i have tried this but i get an error(the below code is
all on one line)

Application.Run ("C:\Program Files\Microsoft
Office\Templates\UARDBAL.doc!PrintUARDBAL")
 
Top