Last active
December 11, 2015 05:19
-
-
Save sscotth/4551365 to your computer and use it in GitHub Desktop.
vba_gist_test
This file contains 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
' Comment | |
Sub Mac1() | |
ActiveSheet.PageSetup.LeftFooter = "&08&A" | |
ActiveSheet.PageSetup.RightFooter = "&08&Z&F" | |
End Sub |
This file contains 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
<gistThat info="this is a manifest for gistThat VBA code distribution - see ramblings.mcpher.com for details"> | |
<manifest description="Comment" contact="[email protected]"> | |
<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