I have been using a specific macro for at least 2 years now without incident...
but today for some reason I am get an error:
and it breaks at this point in the code:Code Execution has been interrupted
Highlighting the![]()
ProjectID = UCase(Application.InputBox(Prompt:="Enter a Project Number (and Release, if desired)", Title:="Project")) If ProjectID = "False" Then Exit Sub
part..![]()
If ProjectID = "False" Then Exit Sub
what gives?
I am entering the info as I always did and click Ok on my inputbox.
Bookmarks