+ Reply to Thread
Results 1 to 8 of 8

unable to resolve error 424

Hybrid View

  1. #1
    Registered User
    Join Date
    06-03-2013
    Location
    brussels
    MS-Off Ver
    Excel 2007
    Posts
    94

    unable to resolve error 424

    Dear,

    Can anyone help out? I'd like to open a form but I get the famous 424 error - object required: many thanks!!!
    I do have a form called Mapper in the forms tab in vba

    Sub Auto_Open()
       Mapper.Show
        Dim SourceFlag As Boolean
    End Sub
    Private Sub UserForm_Initialize()
    
     'Recreate defined names
     Module1.createDefinedNames
      
     If Sheets("Control").RememberLastMappedField = False Then
            ActiveWorkbook.Names.Add Name:="startField", RefersTo:=2
     End If
     r = Replace(Names("startField").Value, "=", "")
     
     
     StartFlag = False
     Description.MultiLine = True
     'RWCriteria.MultiLine = True
     Issues.MultiLine = True
     Code.MultiLine = True
     Validation.MultiLine = True
     Comments.MultiLine = True
     SourceFlag = True
     ClearButtonPressedFlag = False
     'Mapper.IssueStatus_CB.List = Array("Open", "Closed", "")
     'Mapper.issueSeverity_CB.List = Array("1 - High", "2 - Medium", "3 - Low", "")
     
     UpdateCaption
     
     StartFlag = True
     ClickCount = 0
     
     'Me.ComboBox1.AddItem "Direct move"
     'Me.ComboBox1.AddItem "Default value"
     'Me.ComboBox1.AddItem "Write criteria"
     'Me.ComboBox1.AddItem "Data Transformation"
     
       
    End Sub

  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: unable to resolve error 424

    Hi,

    Which line is current when you get the error message?
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  3. #3
    Registered User
    Join Date
    06-03-2013
    Location
    brussels
    MS-Off Ver
    Excel 2007
    Posts
    94

    Re: unable to resolve error 424

    Mapper Show gets highlighted...

  4. #4
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: unable to resolve error 424

    Quote Originally Posted by rickmeister View Post
    Mapper Show gets highlighted...
    In that case and since you say you do indeed have a form object called Mapper we'll need to see the workbook.

  5. #5
    Registered User
    Join Date
    06-03-2013
    Location
    brussels
    MS-Off Ver
    Excel 2007
    Posts
    94

    Re: unable to resolve error 424

    hope it works uploading the file. Idea is that the forms gets populated and by clicking on "save" all values are being copied and saved in to the mappingdata sheet.
    But first thing is to be able to open the form ;-)
    Attached Files Attached Files
    Last edited by rickmeister; 04-27-2017 at 01:56 PM.

  6. #6
    Valued Forum Contributor
    Join Date
    12-02-2009
    Location
    Austin, Tx
    MS-Off Ver
    Office 365 64-Bit, 2108, build 14326.21018
    Posts
    4,056

    Re: unable to resolve error 424

    I tried walking through the code, hitting F8. Doing it that way you can pinpoint where in the process of calling up the form it's hitting an error. Looks like it's in your "Update Caption" macro, I think (it happens fast) on the line saying:
    FK.Text = Worksheets("MappingData").Range("Y" & r)
    I know I'm not stupid, but I suspect I'm a lot stupider than I think I am

  7. #7
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: unable to resolve error 424

    Quote Originally Posted by jomili View Post
    I tried walking through the code, hitting F8. Doing it that way you can pinpoint where in the process of calling up the form it's hitting an error. Looks like it's in your "Update Caption" macro, I think (it happens fast) on the line saying:
    FK.Text = Worksheets("MappingData").Range("Y" & r)
    Yes indeed so.

    What is FK.Text meant to be?
    and indeed what are PK.Text and Complexity.Text since the macro will also fail at those.

  8. #8
    Registered User
    Join Date
    06-03-2013
    Location
    brussels
    MS-Off Ver
    Excel 2007
    Posts
    94

    Re: unable to resolve error 424

    Fixed! indeed I uncommented those lines, many thanks!

+ 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. unable to resolve a #NUM! error message
    By Bill369 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 11-11-2015, 07:12 PM
  2. How can I resolve this VLOOKUP #REF error?
    By Nate Westcott in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 02-14-2015, 07:26 AM
  3. [SOLVED] Help to resolve Run time Error 380
    By LenaK in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 01-30-2015, 11:55 AM
  4. [SOLVED] Unable to resolve #DIV/0! in sumproduct function
    By ruraljur0r in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-23-2014, 09:57 AM
  5. Unable to resolve Runtime error 91
    By jr2007 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-18-2013, 07:37 AM
  6. Add ISERROR to resolve DIV/0 error
    By mtntxn in forum Excel General
    Replies: 2
    Last Post: 09-28-2009, 04:58 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