View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
steve steve is offline
external usenet poster
 
Posts: 20
Default running a word macro from xl

how do i call a macro in the normal word file called
PrintUARDBAL

(the below code is all on one line)

Application.Run ("C:\Program Files\Microsoft
Office\Templates\normal.dot!PrintUARDBAL")

im not sure i have the path or the file name correct
though

(i think the normal file is like the personal macro work
book in xl)