View Single Post
 
Old 04-16-2019, 02:12 PM
ScottyBee ScottyBee is offline Windows 10 Office 2016
Novice
 
Join Date: Mar 2019
Location: Portland, Oregon
Posts: 12
ScottyBee is on a distinguished road
Default Source of Error Found

I discovered the source of my error. When I deleted the txt9 control (textbox) I neglected to change the count of a For loop from 9 to 8 so a function call was being made on an non-existent object.

As I am new to programming, I am learning the hard way that the error message generated, in this case "Form Object not Found" is often not really the problem at all. It is an error message that was passed "downstream" by another error.
Reply With Quote