I’m creating a template that I want to include the following functionality:
I want to insert an ID number at the end of a paragraph. (i)
The ID number must increase by 1 each time (i+1)
The first ID number for a given document must start at 1
The last ID number used must be stored within the document, so that future editing of the document may continue with the last ID number issued.
I’ve started creating something , but don’t know where to go with it. (it’s the whole variable part that I’m still weak on…. )
I don’t know where to store the ‘last used id number’, nor how to increment.
Sub InsertIDNumberManually()