View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Fernando Ortiz Fernando Ortiz is offline
external usenet poster
 
Posts: 15
Default Why this don't work

Hi Excel Experts:

Why this code don`t work, I already create a reference to the Word type
library

Sub WordControl()
Dim appWd As Word.Application
'line of error
Set appWd = Application.ActivateMicrosoftApp xlMicrosoftWord
...More lines of code
appWd.Quit
End Sub

Win XP pro, Excel 2002

Thanks for any advice

Regards

Fernando Ortiz