Hello all - I was wondering if there is a macro / vba out there that could do the following task:
On our Pile Location Plans, we number each pile from 1 to how ever many there are (sometimes up to 300 piles). Many times, a pile is deleted and we have to re-number all the rest of the piles after it to keep the sequential order (ex. 42, 43, 44, 45, 46, 47.........if 43 is deleted, 44 becomes 43, 45 becomes 44, etc).
Is there a way to make a selection set / place fence, run the macro / vba, and it would automatically place text (increment text) on each element in the set?
The numbering needed would start at 1 (top left of selection) and end at the number of selected elements (bottom right). For example, if I selected 18 elements in a selection set, the macro would place text on top of the element as follows:
1 2 3 4 5 6
7 8 9 10 11 12
13 14 15 16 17 18
Thank you in advance!