VBA Code Resources
November 10, 2008 by Timothy
Filed under ArcGIS, GIS Tips, Programming, Websites
Finding resources for programming with VBA in GIS is a challenging task. I have search high and low, and still I have found very little resources. Here is what I have found so far:
1. ArcScripts
This the best place to find code. Since it is maintained by ESRI, there is no larger collected anywhere online. The GIS community uplaods various scripts and the site puts them in an easy to search format. Many programming languages are available.
Here are a few of my favorite:
2. ESRI Support Center User Forums
The ESRI Support Center User Forums has some great coding resources. Users post their coding problems and other users respond to their problems. Usually, the final output is a completed block of code that anyone can use. This link takes you to the most recent posts for VBA. You can also search the forums for the code that you need. Including VBA will provide you with better returns.
3. Customizing ArcGIS Desktop with VBA
The ESRI Resource Center is great site to find a good bit of information for programming with VBA. Although it corresponds with the ArcGIS 9.3 release, there are some excellent benefits that apply to earlier versions.
4. Utah GIS Portal
The Utah GIS Partal is a hidden wealth of information. Although it does not provide the smae number of scripts the the ESRI website does, it does have some good samples. In addition to VBA, it also provides code for Python and C#. Search the other areas of this site to find more GIS resources.
If you know of any good sites, please let me know so that I can update this list.


Start Programming in GIS « GIS Pathway… on Mon, 10th Nov 2008 1:14 am
[...] VBA Code Resources [...]
Allan Laframobise on Mon, 10th Nov 2008 10:11 am
You may want to add the new Resource Centers released at 9.3. And if you are new to ArcObjects/VBA, the free live training seminars can be helpful as well.
http://resources.esri.com/arcgisdesktop/
http://training.esri.com/campus/seminars/recordings.cfm
AL
Start Programming in GIS : GIS Pathway… on Wed, 12th Nov 2008 6:56 pm
[...] VBA Code Resources [...]
Add VBA Code to ArcMap : GIS Pathway… on Sun, 23rd Nov 2008 11:31 pm
[...] VBA code for your GIS application, you can begin thinking how to put the code to use. Check out my VBA Code Resources post for great [...]