+ Reply to Thread
Results 1 to 5 of 5

424 object required in userform

  1. #1
    Forum Contributor
    Join Date
    05-02-2015
    Location
    calgary alberta
    MS-Off Ver
    2012
    Posts
    205

    424 object required in userform

    not to sure why I get this when trying to load my userform, I have checked the spelling and not quite to sure of any other casuses
    Please Login or Register  to view this content.

  2. #2
    Forum Expert
    Join Date
    02-14-2009
    Location
    .
    MS-Off Ver
    ................
    Posts
    2,840

    Re: 424 object required in userform

    There's no other cause, a referenced object does not exist.

    Either you don't have a userform called 'FindInvoice' or else code in the userform refers to another object that doesn't exist. There's not enough information in your very brief post to say for sure

  3. #3
    Valued Forum Contributor Kamboj's Avatar
    Join Date
    09-25-2014
    Location
    India
    MS-Off Ver
    2003 - 2010
    Posts
    430

    Re: 424 object required in userform

    You can check it by just open your project explorer(Alt+F11) and press F8 for step by step to see what is missing in your form.
    Kamboj
    _________________________________________________________________________________
    Mark the thread as SOLVED if my answer satisfy you.

  4. #4
    Forum Contributor
    Join Date
    05-02-2015
    Location
    calgary alberta
    MS-Off Ver
    2012
    Posts
    205

    Re: 424 object required in userform

    so by setting the break points ive traced It back to the line where is try to add my dynamic named range to combobox2
    Please Login or Register  to view this content.
    below is the code in the named range to add the jobs to the range, it seems to work in the names section?

    =OFFSET(jobs!$A$2,0,0,COUNTA(jobs!$A:$A),1)

  5. #5
    Forum Expert mikerickson's Avatar
    Join Date
    03-30-2007
    Location
    Davis CA
    MS-Off Ver
    Excel 2011
    Posts
    6,229

    Re: 424 object required in userform

    Giving a named range the same name as one of your worksheets might cause issues, but.

    Have you tried syntax like

    Please Login or Register  to view this content.
    That will also cause problems if there is only one value in the column. The .Value of a one cell range is not an array so the .List will balk.
    Last edited by mikerickson; 09-17-2016 at 10:55 AM.
    _
    ...How to Cross-post politely...
    ..Wrap code by selecting the code and clicking the # or read this. Thank you.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Run-time error 424,object required in userform code
    By ImranBhatti in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 11-30-2015, 05:38 PM
  2. Compile Error - Object Required when opening Userform on another PC
    By Scoobymoo in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-13-2015, 05:48 AM
  3. [SOLVED] List of items in a userform listbox, object required error in code
    By jayherring86 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-10-2015, 09:10 AM
  4. UserForm "run time Error 424 Object Required"
    By bimo in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-10-2014, 07:47 AM
  5. [SOLVED] 424 Object required error when calling a UserForm from another
    By rybussell in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-04-2013, 01:16 PM
  6. Name.Object (Error Object Required)
    By dssrun209 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-12-2010, 01:38 PM
  7. Compile error : object required in userform
    By asha3010 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-09-2010, 04:08 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1