Skip to content

Instantly share code, notes, and snippets.

@sscotth
Last active December 11, 2015 05:19
Show Gist options
  • Save sscotth/4551365 to your computer and use it in GitHub Desktop.
Save sscotth/4551365 to your computer and use it in GitHub Desktop.
vba_gist_test
' Comment
Sub Mac1()
ActiveSheet.PageSetup.LeftFooter = "&08&A"
ActiveSheet.PageSetup.RightFooter = "&08&Z&F"
End Sub
<gistThat info="this is a manifest for gistThat VBA code distribution - see ramblings.mcpher.com for details">
<manifest description="Comment" contact="email@email.com">
<gists>
<item1 gistid="4551365" version="" filename="module1.vba" module="module1_gist" type="module"/>
<item2 guid="{000204EF-0000-0000-C000-000000000046}" name="VBA" major="4" minor="1" description="Visual Basic For Applications" type="reference"/>
<item3 guid="{00020813-0000-0000-C000-000000000046}" name="Excel" major="1" minor="7" description="Microsoft Excel 14.0 Object Library" type="reference"/>
<item4 guid="{00020430-0000-0000-C000-000000000046}" name="stdole" major="2" minor="0" description="OLE Automation" type="reference"/>
<item5 guid="{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}" name="Office" major="2" minor="5" description="Microsoft Office 14.0 Object Library" type="reference"/>
<item6 guid="{F5078F18-C551-11D3-89B9-0000F81FE221}" name="MSXML2" major="6" minor="0" description="Microsoft XML, v6.0" type="reference"/>
<item7 guid="{0002E157-0000-0000-C000-000000000046}" name="VBIDE" major="5" minor="3" description="Microsoft Visual Basic for Applications Extensibility 5.3" type="reference"/>
<item8 guid="{3F4DACA7-160D-11D2-A8E9-00104B365C9F}" name="VBScript_RegExp_55" major="5" minor="5" description="Microsoft VBScript Regular Expressions 5.5" type="reference"/>
</gists>
</manifest>
</gistThat>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment