Holger,
Thank you for the quick reply. The code you provided almost works perfectly. What I did find, however is that once the userform was closed and reopened the numbering starts again at 1 (i.e if the last entry was numbered A5 when the userform was closed, the next entry once the userform was opened and data entered was numbered A1). What I did find that has worked, mostly, is a combination of what you suggested and another bit of code I had that was part of my earlier attempts:
I used the custom formatting for Column A of all the worksheets like you suggested. I then used the code:
This works great on all the worksheets but one, which has me really confused as to why. All of the worksheets are formatted the same way (except column A which has the custom numbering format) yet when I try to enter the data into Sheet6 it returns a 'Type Mismatch' error at the "rng.offset" line of code. I was hoping you could possibly point me in the direction to try to debug it. Everything I have tried so far has not worked. Thank you in advance for your help.
Bookmarks