View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
kaiser kaiser is offline
external usenet poster
 
Posts: 23
Default Open doc every second time line run

Hi
I am trying to open a word doc from excel but the document only opens
every SECOND time this line is run....so if I put the line in the
program twice then the documents opens fine everytime - if I dont put
the line in twice then every second time I runt he macro the docuemtns
opens

Word.Application.Documents.Open (DocFilePath)
Word.Application.Documents.Open (DocFilePath)


Any suggestions?