+ Reply to Thread
Results 1 to 7 of 7

excel 2007: run-time error '9': subscript out of range

Hybrid View

  1. #1
    Registered User
    Join Date
    08-08-2010
    Location
    Brisbane
    MS-Off Ver
    Excel 2007
    Posts
    3

    excel 2007: run-time error '9': subscript out of range

    Hi, am having issues importing worksheets from another workbook. Can anyone help, please?


    Sub Golf()
    '
    ' Golf Macro
    '
    ' Keyboard Shortcut: Ctrl+Shift+O
    '
        ChDir "W:\Schedules"
        Workbooks.Open Filename:= _
            "W:\Schedules\Order Hole-in-One.xltx", _
            UpdateLinks:=0, Editable:=True
        Sheets(Array("PlacementConfirmation", "Invoice", "Certificate", "WitnessChecklist" _
            , "ClaimForm", "Affidavit", "Terms", "BrokerList")).Select
        Sheets("PlacementConfirmation").Activate
        Sheets(Array("PlacementConfirmation", "Invoice", "Certificate", "WitnessChecklist" _
            , "ClaimForm", "Affidavit", "Terms", "BrokerList")).Copy Before:=Workbooks( _
            "Schedule Hole-in-One.xltm").Sheets(2)
        Windows("Order Hole-in-One.xltx").Activate
        ActiveWindow.Close
    End Sub
    Last edited by teylyn; 08-09-2010 at 02:20 AM. Reason: changed quote to code tags

  2. #2
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: excel 2007: run-time error '9': subscript out of range

    Your post does not comply with Rule 3 of our Forum RULES. Use code tags around code. Posting code without them makes your code hard to read and difficult to be copied for testing. Highlight your code and click the # at the top of your post window. For more information about these and other tags, found here

  3. #3
    Forum Contributor
    Join Date
    03-11-2010
    Location
    India
    MS-Off Ver
    2010
    Posts
    268

    Re: excel 2007: run-time error '9': subscript out of range

    What issues are you having, VBQuery ?

  4. #4
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: excel 2007: run-time error '9': subscript out of range

    I acknowledge your effort, but next time, please use [code]your code[/code], not quote tags.

  5. #5
    Forum Expert romperstomper's Avatar
    Join Date
    08-13-2008
    Location
    England
    MS-Off Ver
    365, varying versions/builds
    Posts
    21,980

    Re: excel 2007: run-time error '9': subscript out of range

    You haven't said which line is causing the error, so all we can say is that a sheet name, workbook name or window caption is incorrect in your code.
    Everyone who confuses correlation and causation ends up dead.

  6. #6
    Registered User
    Join Date
    08-08-2010
    Location
    Brisbane
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: excel 2007: run-time error '9': subscript out of range

    Sorry, here is the line causing the error.

    Sheets(Array("PlacementConfirmation", "Invoice", "Certificate", "WitnessChecklist" _
    , "ClaimForm", "Affidavit", "Terms", "BrokerList")).Copy Before:=Workbooks( _
    "Schedule Hole-in-One.xltm").Sheets(2)

  7. #7
    Forum Expert romperstomper's Avatar
    Join Date
    08-13-2008
    Location
    England
    MS-Off Ver
    365, varying versions/builds
    Posts
    21,980

    Re: excel 2007: run-time error '9': subscript out of range

    Either one of those sheet names is wrong, or the Schedule template file name is wrong, or you don't have two sheets in your template file.
    Where is the code located? (specifically, which code module in which workbook?)

+ 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