Created
November 14, 2013 17:47
-
-
Save brucemcpherson/7471153 to your computer and use it in GitHub Desktop.
gistThat manifest for UAMeasure - VBA / google analytics - http://ramblings.mcpher.com/Home/excelquirks/universalanalytics
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<gistThat info="this is a manifest for gistThat VBA code distribution - see ramblings.mcpher.com for details"> | |
<manifest description="UAMeasure Protocol" contact="[email protected]"> | |
<gists> | |
<item1 gistid="6937529" version="" filename="usefulEncrypt.vba" module="usefulEncrypt" type="module" /> | |
<item2 gistid="7453196" version="" filename="UAMeasure.vba" module="UAMeasure" type="module" /> | |
<item3 gistid="7453152" version="" filename="cUAMeasure.cls" module="cUAMeasure" type="class" /> | |
<item4 gistid="3423912" version="" filename="cBrowser.cls" module="cBrowser" type="class" /> | |
<item5 gistid="3414346" version="" filename="" module="usefulStuff" type="module" /> | |
<item6 gistid="5102369" version="" filename="cStringChunker.cls" module="cStringChunker" type="class" /> | |
<item7 guid="{000204EF-0000-0000-C000-000000000046}" name="VBA" major="4" minor="0" description="Visual Basic For Applications" type="reference" /> | |
<item8 guid="{00020813-0000-0000-C000-000000000046}" name="Excel" major="1" minor="6" description="Microsoft Excel 12.0 O bject Library" type="reference" /> | |
<item9 guid="{00020430-0000-0000-C000-000000000046}" name="stdole" major="2" minor="0" description="OLE Automation" type="reference" /> | |
<item10 guid="{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}" name="Office" major="2" minor="4" description="Microsoft Office 12.0 Object Library" type="reference" /> | |
<item11 guid="{0002E157-0000-0000-C000-000000000046}" name="VBIDE" major="5" minor="3" description="Microsoft Visual Basic for Applications Extensibility 5.3" type="reference" /> | |
<item12 guid="{0D452EE1-E08F-101A-852E-02608C4D0BB4}" name="MSForms" major="2" minor="0" description="Microsoft Forms 2.0 Object Library" type="reference" /> | |
<item13 guid="{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}" name="SHDocVw" major="1" minor="1" description="Microsoft Internet Controls" type="reference" /> | |
<item14 guid="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" name="MSHTML" major="4" minor="0" description="Microsoft HTML Object Library" type="reference" /> | |
<item15 guid="{F5078F18-C551-11D3-89B9-0000F81FE221}" name="MSXML2" major="6" minor="0" description="Microsoft XML, v6.0" type="reference" /> | |
</gists> | |
</manifest> | |
</gistThat> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment