G
Guest
I've inherited some code for putting info into a word document that looks like this:
WordObj.ActiveDocument.Bookmarks("TotProjCost").Selec
Me![TotProjCost].SetFocu
WordObj.Selection.TypeText [TotProjCost].Tex
Now I want to send the result of a calculation based on the value in [TotProjCost] to the Word document--subtracting five percent from the Total Project Cost, for example, . I've tried setting up a variable, but I must be getting the syntax wrong. Help
WordObj.ActiveDocument.Bookmarks("TotProjCost").Selec
Me![TotProjCost].SetFocu
WordObj.Selection.TypeText [TotProjCost].Tex
Now I want to send the result of a calculation based on the value in [TotProjCost] to the Word document--subtracting five percent from the Total Project Cost, for example, . I've tried setting up a variable, but I must be getting the syntax wrong. Help