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 John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: 12jan87
  • Content: Threads
  • Order by date
  1. 12jan87

    Saving work documnet property in excel

    Here is the code that I have so far to show word document property in a message box Sub DocumentProperties() Dim Output As String Dim Prop As DocumentProperty For Each Prop In ActiveDocument.BuiltInDocumentProperties Output = Output + Prop.Name + " = " + Str(Prop.Value) + vbCrLf Next MsgBox...

Part and Inventory Search

Back
Top