is Hi
My response doesn't change because you open a new question. Its not a formula, so its up to you to find all the locations where varJobNo is set to its value, whatever that is
Do the following
Open the app in edit mode.
Once it is open, I want you to click the mouse in the grey area surround the "app" itself in the editor. Just the grey space/border around it, so that you are in global select mode (its automatic)
Once you do that, do CTRL+F (for global find). In the left side, it will stop showing you the "code editor tree" and instead show a Find/Replace tab. In the find type varJobNo and click the search
go through each location where it finds that by click on each line it finds, Note that if the code is part of some "hiearchy" it will show that hiearchy, so you only have to click the final line at the bottom of it.
One of these is showing you HOW the variable is getting set to 1-99, although the code that is doing it, is what needs to change. So look for the Set(varJobNo ones
This is how you need to find and change it to be more than 1-99
Also if you don't respond to peoples posts, there is no incentive to keep posting and helping you as its rude.