View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim[_39_] Jim[_39_] is offline
external usenet poster
 
Posts: 9
Default Open One Word File from Excel

Hi Stratuser,

One idea is to use the sendkeys command while word is active.

You could also activate word with the send keys command.

It has worked for me in the past.

I hope that helps.

Jim