Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Object Required Error
#2
Solved: 12 Years, 10 Months, 3 Weeks ago
Hi Sharmila,

Always use "Option Explicit" as the first line of your code. This will throw error if there is any typo in variable name or if a variable is not defined. In your code you have used: Workspace_Check and workspace_chkbox. If Option Explicit is not there then both the variables are considered as one and the same.

Check if the position of webcheckbox has changed in your application.
Reply


Messages In This Thread
Object Required Error - by sharmi84 - 03-24-2011, 12:01 PM
RE: Object Required Error - by manishbhalshankar - 03-24-2011, 12:08 PM
RE: Object Required Error - by basanth27 - 03-24-2011, 12:19 PM
RE: Object Required Error - by sharmi84 - 03-24-2011, 01:45 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Intermitent "Object not visible" error erodpr 5 4,384 01-14-2016, 10:55 AM
Last Post: vinod123
  Unable to identify "Authentication Required" Dialog shaunysj 2 3,745 08-04-2015, 12:55 PM
Last Post: venkatesh9032
  ERROR : Object reference not set to an instance of an object. Suyashxp 2 7,755 12-30-2014, 11:32 AM
Last Post: ursprasadp
  code required for the following scenarios krithikaachari 0 2,529 09-27-2014, 01:00 AM
Last Post: krithikaachari
  object required shipu 1 4,393 01-16-2014, 08:11 PM
Last Post: supputuri

Forum Jump:


Users browsing this thread: 1 Guest(s)