<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Reading Vault files properties inside Excel VBA in Vault Customization Forum</title>
    <link>https://forums.autodesk.com/t5/vault-customization-forum/reading-vault-files-properties-inside-excel-vba/m-p/7553552#M7025</link>
    <description>&lt;P&gt;The "&lt;SPAN&gt;VaultList"&lt;/SPAN&gt; example is out of date and will not compile. The 2 server names allow splitting the database server from the file storage.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the code I used the same server for both VaultFileServer and VaultDataServer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you log into thin client (&lt;A href="http://pas2/AutodeskTC/Landing?ReturnUrl=http%3a%2f%2fpas2%2fAutodeskTC" target="_blank"&gt;http://*** Server Name ***/AutodeskTC/Landing?ReturnUrl=http%3a%2f%2fpas2%2fAutodeskTC&lt;/A&gt;) using the Name, Password, Sever, Vault as in the code? (see attached Capture.PNG)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't understand "&lt;SPAN&gt;&lt;EM&gt;it doesn't go inside the "if oVault.LoginToVault() then&lt;/EM&gt;". Are you getting an error when you run the code?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Try placing a break point on &lt;EM&gt;Set oVault = CreateObject("VaultComSample.Vault"), &lt;/EM&gt;and step though the code.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;also add &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Debug.Print&amp;nbsp; oVault.LastErrorMessage() ' Returns an error number, look it up in the API help document&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;after all calls using oVault to show error codes coming from VaultComSample.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 17 Nov 2017 17:01:14 GMT</pubDate>
    <dc:creator>ron_m</dc:creator>
    <dc:date>2017-11-17T17:01:14Z</dc:date>
    <item>
      <title>Reading Vault files properties inside Excel VBA</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/reading-vault-files-properties-inside-excel-vba/m-p/7497198#M7016</link>
      <description>&lt;P&gt;Good afternoon!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope my IT skill is not too low to ask something here... &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my problem: I want to verify (each day) if there is nothing wrong in my Vault files (we use Vault Professional 2018).&lt;BR /&gt;For example, I would like to verify that there aren't 2 files with the same part number, that a 3D-model and its drawing are in the same folder, that no files are in a certain folder, count how many files there is in a certain category, make a list of the files used inside an assembly, count the number of files modified by a certain user account, ...&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;As a summary, I want to read a lot of information that are inside Vault, and I want to use them inside Excel thanks to Visual Basic VBA. I don't need any forms, I want something very easy and I will simply use Excel sheets and cells to write the answers.&lt;/P&gt;&lt;P&gt;When I was young I made some small softwares in Visual Basic 6, I also know how to make small operations, comparisons, and work with cells inside Excel VBA.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I already installed the Vault SDK.&lt;BR /&gt;I also installed Visual Studio Express and tested the examples that are inside the SDK folder, VaultList and VaultBrowserSample works! So my computer is well configured.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But for the moment I don't know and I request your help for:&lt;BR /&gt;- loading the right Autodesk DLLs inside VBA (I absolutely don't know how to do it)&lt;BR /&gt;- login into Vault through Excel VBA (I want to use the standard Vault window available through the API)&lt;BR /&gt;- read a property from a file&lt;BR /&gt;- make searches and get a list of the files whose title looks like "motor***15.ipt" for example&lt;BR /&gt;- list the files that are inside an assembly&lt;BR /&gt;- list the "used in" cases of a file&lt;BR /&gt;- ...&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I am a newbie.... &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Can someone help me, or give me a website link where I can find the answer?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you all &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2017 15:35:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/reading-vault-files-properties-inside-excel-vba/m-p/7497198#M7016</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-27T15:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Vault files properties inside Excel VBA</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/reading-vault-files-properties-inside-excel-vba/m-p/7512954#M7017</link>
      <description>&lt;P&gt;It can be done, but not directly with the Vault API.&lt;/P&gt;&lt;P&gt;Excel VBA will need a COM enabled dll.&lt;/P&gt;&lt;P&gt;I wrote one using the free version of Visual studio for the company I work for.&amp;nbsp; Most of the example code works unchanged, the trick is the COM part.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2017 19:44:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/reading-vault-files-properties-inside-excel-vba/m-p/7512954#M7017</guid>
      <dc:creator>ron_m</dc:creator>
      <dc:date>2017-11-02T19:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Vault files properties inside Excel VBA</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/reading-vault-files-properties-inside-excel-vba/m-p/7523251#M7018</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it easy to use?&lt;/P&gt;&lt;P&gt;Do you agree&amp;nbsp;to send me this COM file, and an&amp;nbsp;Excel file with examples on how to use it ?&lt;/P&gt;&lt;P&gt;For example I want to read properties of files, list the files existing inside a folder, search for the children of a file, search for the parents of a file, ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2017 10:41:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/reading-vault-files-properties-inside-excel-vba/m-p/7523251#M7018</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-07T10:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Vault files properties inside Excel VBA</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/reading-vault-files-properties-inside-excel-vba/m-p/7524023#M7019</link>
      <description>&lt;P&gt;Using it in VBA is easy but you will need to edit the project in Visual Studio. I created it for use on our server, hard coding username, password, vault name, server name. Also you will need to sign it and add your own GUID.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am attaching spreadsheet TestFindFile.zip and Visual studio template VaultComSample.ZIP. Copy the ZIP file to your "My Exported Templates" folder for the version of Visual Studio you are using (2015 in my case). Use this template to generate a new project, then follow the instructions in the comment at the top of the Class1.cs tab.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2017 15:03:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/reading-vault-files-properties-inside-excel-vba/m-p/7524023#M7019</guid>
      <dc:creator>ron_m</dc:creator>
      <dc:date>2017-11-07T15:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Vault files properties inside Excel VBA</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/reading-vault-files-properties-inside-excel-vba/m-p/7531317#M7020</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for these files.&lt;/P&gt;&lt;P&gt;I tried to use them, but&amp;nbsp;it doesn't work. Your Excel Sub doesn't go inside the "oVault.LoginToVault()", so it doesn't list anything.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did everything you asked, but:&lt;/P&gt;&lt;P&gt;- What is my own GUID, where can I get it? (I am absolutely sorry to ask this...). I saw that there are 2 different in your code, and a 3rd one in the project properties / Application / Assembly information&lt;/P&gt;&lt;P&gt;- When I generated the signing key, it created a ".pfx" file and not a ".snk" file. Is it a problem?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think I didn't do any mistake....&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2017 16:58:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/reading-vault-files-properties-inside-excel-vba/m-p/7531317#M7020</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-09T16:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Vault files properties inside Excel VBA</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/reading-vault-files-properties-inside-excel-vba/m-p/7535427#M7021</link>
      <description>&lt;P&gt;For the GUID:&lt;/P&gt;&lt;P&gt;In Visual Studio select&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Tools/Create GUID&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;In the Create GUID dialog box, select format (5)&lt;BR /&gt;&lt;OL&gt;&lt;LI&gt;Click the Copy button and exit the dialog&lt;/LI&gt;&lt;LI&gt;Paste over the existing ones in the name space (1 each for the Interface and Class)&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;PRE&gt;namespace VaultComSample
{
    // Use Tools Create GUID
    [Guid("B2569D0A-7C83-4A2D-B4BC-40760BDF2B24")]
    [InterfaceType(ComInterfaceType.InterfaceIsIDispatch)]

    public interface _VaultComInterface&lt;/PRE&gt;&lt;PRE&gt;    // Use Tools Create GUID
    [Guid("9D760A8D-6D9C-474A-93CC-3C1781F26681")]
    [ClassInterface(ClassInterfaceType.None)]
    public class Vault : _VaultComInterface
    {&lt;/PRE&gt;&lt;P&gt;The GUID in the project properties is generated with the project&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To create the ".snk" file&lt;/P&gt;&lt;P&gt;In Visual Studio&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Select Project\VaultComSample Properties... Alt+F7&lt;/LI&gt;&lt;LI&gt;Select Signing&lt;/LI&gt;&lt;LI&gt;Check the "Sign the Assembly" check box&lt;/LI&gt;&lt;LI&gt;From the Pull-down select &amp;lt;New..&amp;gt;&lt;/LI&gt;&lt;LI&gt;Enter the Key file name (I used VaultComT in this example)&lt;OL&gt;&lt;LI&gt;UN-Check the "Protect my key file with password") check box&lt;/LI&gt;&lt;LI&gt;Select the "OK" button&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;You should see VaultComT.snk add to your project&lt;OL&gt;&lt;LI&gt;Delete any other".snk" files from the project&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;Every time is used the proceeding process I got a .SNK file. Don't know about PFX. Did you enter a password?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You must copy the compiled files to the workstation and register the dll for Excel to use it.&lt;/P&gt;&lt;P&gt;What messages did you get from regasm?&lt;/P&gt;&lt;P&gt;Did you copy clmloader.dll to your workstation folder?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2017 20:51:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/reading-vault-files-properties-inside-excel-vba/m-p/7535427#M7021</guid>
      <dc:creator>ron_m</dc:creator>
      <dc:date>2017-11-10T20:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Vault files properties inside Excel VBA</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/reading-vault-files-properties-inside-excel-vba/m-p/7550269#M7022</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- In the "Tools" menu, I don't have the "Create GUID" choice.... I use Visual Studio Express 2015 for Desktop, is&amp;nbsp;it the problem?&lt;/P&gt;&lt;P&gt;I also searched in the "Customize" menu, if I could add this button, but I don't find it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- for the SNK file, I&amp;nbsp;put a password, that is why I had a PFX file. I didn't know that. Now it is OK, I have a SNK file and added it in the project.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- I copied all files from "bin\debug" to the computer on which I run Excel in "C:\Vault"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- I registered the dll, and it says that it succeeded (in French: "Inscription des types réussie" "L'assembly a été exporté vers 'C:\Vault\VaultComSample.tlb' et la bibliothèque de types a été inscrite avec succès")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- I copied "&lt;SPAN&gt;clmloader.dll" in the same folder as the other files "C:\vault"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are the 2 GUID that I can't make the problem?&lt;/P&gt;&lt;P&gt;I use Visual Studio and the Excel/VBA file on 2 different computers, can it be&amp;nbsp;a problem?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 16:39:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/reading-vault-files-properties-inside-excel-vba/m-p/7550269#M7022</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-16T16:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Vault files properties inside Excel VBA</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/reading-vault-files-properties-inside-excel-vba/m-p/7550327#M7023</link>
      <description>&lt;P&gt;Did you get it to work?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Reusing my GUID should not cause a problem on your system unless you were to register my version of the dll.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The tool is in C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools\guidgen.exe on my computer.&lt;/P&gt;&lt;P&gt;You may need to download and add it to using External Tools.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See the attached&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 16:57:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/reading-vault-files-properties-inside-excel-vba/m-p/7550327#M7023</guid>
      <dc:creator>ron_m</dc:creator>
      <dc:date>2017-11-16T16:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Vault files properties inside Excel VBA</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/reading-vault-files-properties-inside-excel-vba/m-p/7553180#M7024</link>
      <description>&lt;P&gt;Thanks a lot for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found the "&lt;SPAN&gt;guidgen.exe", and launched it directly from Windows Explorer. I copied/paste these 2 new GUID in the code.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But unfortunately it still doesn't work, it doesn't go inside the "if oVault.LoginToVault() then".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I also tried to put the IP address of my Vault server instead of the name, but same problem.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Why&amp;nbsp;do we have 2 server&amp;nbsp;names, VaultFileServer and VaultDataServer? I have both filestore and SQL database on the same server, with the default configuration. I used the SDK example "VaultList" (in VB), and for the connection it requires only 1 server name as a string:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Dim results As VDF.Vault.Results.LogInResult = VDF.Vault.Library.ConnectionManager.LogIn(ServerName, VaultName, userName, password, AuthenticationFlags.ReadOnly, Nothing)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can you have a look to the enclosed picture? I think I didn't make any mistake on the Vault name and the Vault servers?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2017 15:34:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/reading-vault-files-properties-inside-excel-vba/m-p/7553180#M7024</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-17T15:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Vault files properties inside Excel VBA</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/reading-vault-files-properties-inside-excel-vba/m-p/7553552#M7025</link>
      <description>&lt;P&gt;The "&lt;SPAN&gt;VaultList"&lt;/SPAN&gt; example is out of date and will not compile. The 2 server names allow splitting the database server from the file storage.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the code I used the same server for both VaultFileServer and VaultDataServer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you log into thin client (&lt;A href="http://pas2/AutodeskTC/Landing?ReturnUrl=http%3a%2f%2fpas2%2fAutodeskTC" target="_blank"&gt;http://*** Server Name ***/AutodeskTC/Landing?ReturnUrl=http%3a%2f%2fpas2%2fAutodeskTC&lt;/A&gt;) using the Name, Password, Sever, Vault as in the code? (see attached Capture.PNG)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't understand "&lt;SPAN&gt;&lt;EM&gt;it doesn't go inside the "if oVault.LoginToVault() then&lt;/EM&gt;". Are you getting an error when you run the code?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Try placing a break point on &lt;EM&gt;Set oVault = CreateObject("VaultComSample.Vault"), &lt;/EM&gt;and step though the code.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;also add &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Debug.Print&amp;nbsp; oVault.LastErrorMessage() ' Returns an error number, look it up in the API help document&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;after all calls using oVault to show error codes coming from VaultComSample.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2017 17:01:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/reading-vault-files-properties-inside-excel-vba/m-p/7553552#M7025</guid>
      <dc:creator>ron_m</dc:creator>
      <dc:date>2017-11-17T17:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Vault files properties inside Excel VBA</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/reading-vault-files-properties-inside-excel-vba/m-p/7557692#M7026</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This morning I tried again, beginning everything again from&amp;nbsp;zero.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On the same computerr I used in th past, it still doesn't work, but I tried on another computer and it worked &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I absolutely don't know what happened, and what is the difference between these 2 computers, I did exactly the same operations on each. Well, I will keep the 2nd computer to use it &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I need to investigate deeper to understand how to get properties, "uses" cases, "where used", get properties of older versions, ...&lt;/P&gt;&lt;P&gt;Still a lot of work!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you again for all the time you spent for me &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2017 09:26:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/reading-vault-files-properties-inside-excel-vba/m-p/7557692#M7026</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-20T09:26:03Z</dc:date>
    </item>
  </channel>
</rss>

