+ Reply to Thread
Results 1 to 3 of 3

LOAD userform

  1. #1
    JohnTheTemp
    Guest

    LOAD userform

    OS: Windows 2000
    App: Excel 2000

    I have a userform in my Personal Macro Workbook called "frmPunchlistEntry"
    and generally the macro below works fine. I just can't figure out why fails
    to load with an "Application-defined or object-defined error" at the "Load"
    statement.

    Sub PunchlistEntry()
    Load frmPunchlistEntry
    frmPunchlistEntry.Show
    End Sub

    Any ideas? Thanks.

    --
    JohnTheTemp

  2. #2
    JohnTheTemp
    Guest

    RE: LOAD userform

    Well...I discovered that I get the same error when activating the userform
    from the VB Editor. So the problem isn't with "Load".

    There's something about the workbook I currently have open. The userform
    works fine with another workbook.

    --
    JohnTheTemp


    "JohnTheTemp" wrote:

    > OS: Windows 2000
    > App: Excel 2000
    >
    > I have a userform in my Personal Macro Workbook called "frmPunchlistEntry"
    > and generally the macro below works fine. I just can't figure out why fails
    > to load with an "Application-defined or object-defined error" at the "Load"
    > statement.
    >
    > Sub PunchlistEntry()
    > Load frmPunchlistEntry
    > frmPunchlistEntry.Show
    > End Sub
    >
    > Any ideas? Thanks.
    >
    > --
    > JohnTheTemp


  3. #3
    JohnTheTemp
    Guest

    RE: LOAD userform

    The problem turned out to be Range Names which were accessed by the
    macros--but they weren't used in the newer spreadsheet.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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