You are viewing limited content. For full access, please sign in.

Question

Question

Use tokens with VBA in Word

asked on March 6, 2014

How can I use the tokens provided in the office integration with VBA? I am trying to access the  "Parent Path" token. Also, is there any way to retrieve metadata from the template using VBA? 

 

Thank you!!!

0 0

Replies

replied on March 10, 2014

The full path of the document contains the entry ID which can be utilised:

 

 

C:\Users\bbirns\AppData\Local\Temp\Proposal - Company Name - Invoice Approval.docx_120282

 

I wonder if other libraries and interfaces could be utilised by they aren't documented...

Dim LF1 As New LFClient.Document
Dim LF2 As New LFCommonDialogs90Lib.LFLogin
Dim LF3 As New LFDocInterfaces90Lib.ExistingDocumentInfo
Dim LF4 As New LFRO.LFRemoteObject
Dim LF5 As New LFWord

 

 

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.