in
All Tags » word » vba » update (RSS)

Browse by Tags

  • Problem: Updating fields in a Word Document VBA code

    I have a piece of code that opens a Word Document prints it then closes it. Set WordObj = CreateObject("Word.Application") WordObj.Documents.Open bob WordObj.PrintOut Background:=False WordObj.Quit False Set WordObj = Nothing There is a date field that is embedded in the document. When the...
    Posted to Word (Forum) by microsoft on 05-30-2009
Page 1 of 1 (1 items)