Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by reesewilson

  1. reesewilson

    powershell microsoft word add field code to footer

    Thanks, that is exactly what I was looking for. I can finish from here. Can you tell me where you found how to do that? Documentation somewhere perhaps?
  2. reesewilson

    powershell microsoft word add field code to footer

    param ([string]$Document, [switch]$help) function GetHelp() { $HelpText = @" SYNTAX: Edit-Footer.ps1 -Document 'C:\Folder\Document.docx' "@ $HelpText } function Edit-Footer ([string]$Document) { #Variables used set-variable -name wdAlignPageNumberCenter -value 1 -option constant...
  3. reesewilson

    powershell microsoft word add field code to footer

    Thanks, but, I definitely spent many hours on Google before posting here. I was able to add text, and even page numbers to the footers, but I can't find anything about adding field codes.
  4. reesewilson

    powershell microsoft word add field code to footer

    I have field codes set up in some documents which will display the current date when it is printed, but be invisible the rest of the time, as far as I know. I now need to apply this footer to hundreds of documents. It seems like this should be possible to do with PowerShell, but I don't really...

Part and Inventory Search

Back
Top