+ Reply to Thread
Results 1 to 2 of 2

Thread: Problem Loading Form

  1. #1
    Registered User
    Join Date
    11-21-2011
    Location
    Manchester, England
    MS-Off Ver
    Excel 2003
    Posts
    5

    Question Problem Loading Form

    Hi,

    I'm running code that, until recently, worked fine.

          If ActiveWorkbook.Path <> vbNullString Then
                      Load Frm_EUCClassify
                        Frm_EUCClassify.Show
                    Else
                        MsgBox "The spreadsheet must be saved before it can be documented", vbInformation, "E-File Documenting"
                        Unload Frm_EUCClassify
                    End If

    Now when I try to run the code at the load form stage I get Runtime error 1004 Unable to get Currentregion Property of the RangeClass

    I'm baffled....can anyone help please?

    M

  2. #2
    Valued Forum Contributor OnErrorGoto0's Avatar
    Join Date
    12-30-2011
    Location
    I DO NOT POST HERE ANYMORE
    MS-Off Ver
    I DO NOT POST HERE ANYMORE
    Posts
    1,647

    Re: Problem Loading Form

    Hi,
    There must be code in the Userform_Initialize or Userform_Activate events of the form that is causing the error.
    Good luck.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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.2.0