VBA Program for Search and Increment

We have a set of electrical equipment that is commonly used in our designs. There are drawings of the electrical equipment with numbers inside circles, which identifies the materials needed for the device. The materials in the electrical equipment are numbered consecutively, say from 1 to 50. The drawing of the electrical equipment can be used in multiple projects; the only difference is the sequence of numbers. The problem: if the sequence changes, the draftsman needs to go through all of the circles and replace each of the numbers manually.

We are wondering if it’s possible to automate this process with a VBA program. The program input would be the initial number in the sequence; the program would then search through all the circles in the drawing and increment its number accordingly.

The Microstation program we are using is v8.01. Any help on the matter would be greatly appreciated.