Cifer Club

From Wiki

Jump to: navigation, search

Cifer Club - The VBA Wiki is here!

Cifer Club - MS Office Programmers! Welcome to our VBA and MS Office wiki. This was basically concieved as a shared code library for a couple of programmer friends and we would love anyone who finds it useful to use away and develop yourself and your skills. If you would like to contribute then please feel free. All we would ask is that you ensure your contributions are neat, tidy and as cross compatible, commented and clear as can be.

As a point of etiquette, if you are editing a page that you did not write, could suggestions for code changes or improvements please be made on the discussion page for that article. We completely encourage suggesting improvements to code that is already here, please just bear in mind that the person who put it up probably uses that sub/function regularly and may have done something in a certain way for a reason. Just be polite.

One last point... please try and ensure that if you add an article, you also add a link to it under one of the relevant sections below. I know it's not the perfect navigation system but it at least offers some hope for anyone who might want to browse the site.

Get Contributing

I'd like to offer a suggested basic template to post any articles in:

Copy and paste the below into your new page as a starting point.

==Heading to your article here==

Offer a description of your code or what it does here....

<syntaxhighlight>
Paste your code inside these tags and it will show 
in a box like the one you are reading this in with the syntax highlighted.
</syntaxhighlight>

For showing a small block of code such as MsgBox="Hello World!" then use the <code> tag as shown below

<code>MsgBox="Hello World!"</code>

If you are unfamiliar with Wiki Markup then there is a link to editing help at the bottom of the edit page. For the <syntaxhighlight> tag options such as highlighting a line or adding line numbers to your code visit GeSHi Syntax Highlighting

Ta!

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox