Questions tagged [vba]

(Visual Basic for Applications) A subset of Visual Basic that provides a common language for customizing Microsoft applications.

http://www.pcmag.com/encyclopedia_term/0,2542,t=VBA&i=53690,00.asp

188 questions
4
votes
2 answers

VB ArcGIS 9.3 Field Calculator

I'm trying to join one column into another. one is "acct id" and the other is "taxid number". Acct is from one county whereas the tax is from another, so there are blanks in the number of parcels/rows. I did it before last week and I had it…
Zoran
  • 1,601
  • 5
  • 27
  • 42
3
votes
4 answers

VBA script for Incremental labeling in Field Calculator?

I have a shape file with a bunch of pipes in it. I would like to be able to label each pipe with "Pipe - X". X being the number in the row that the pipe falls on (Pipe - 1, Pipe - 2, Pipe - 3, etc). I've tried using a for loop VBA Script for this…
WRector
  • 85
  • 1
  • 5
2
votes
1 answer

convert from C# to VBA

I have a code that wrote with C#.But I need to convert it to VBA and then use from it into GIS. how can I convert it be VBA?
Nima