Results 1 to 3 of 3

Code returning error 400

Threaded View

  1. #1
    Forum Contributor
    Join Date
    11-23-2007
    Location
    Suffolk, UK
    Posts
    298

    Code returning error 400

    Hello,

    I have the following code that opens a series of workbooks on a given day, however, if one of the workbooks has been renamed or is missing the code gives a "400" error and stops, is there a way of having the code retry the next workbook if it comes to an error?


    Sub Auto_Open()
       Columns("P:AI").Select
        Selection.EntireColumn.Hidden = False
        ActiveWindow.SmallScroll Down:=39
        Range("B62").Select
    Workbooks.Open Filename:="F:\DAILY FIGURES\DAILY FIGS 2009\" & Cells(2, 27) & "\" & Cells(3, 27) & ".xls"
     Workbooks.Open ("F:\Load List\P1 " & Cells(2, 20) & ".xls")
      Workbooks.Open ("F:\Load List\P3 " & Cells(2, 20) & ".xls")
      Workbooks.Open ("F:\Load List\RC " & Cells(2, 20) & ".xls")
      Workbooks.Open ("F:\Load List\P3 " & Cells(33, 20) & ".xls")
      Workbooks.Open ("F:\Load List\RC " & Cells(33, 20) & ".xls")
      Workbooks.Open ("F:\Load List\P1 " & Cells(33, 20) & ".xls")
      Workbooks.Open ("F:\Load List\P2 " & Cells(33, 20) & ".xls")
      Workbooks.Open ("F:\Load List\P2 " & Cells(2, 20) & ".xls")
      End Sub
    Many thanks in advance reg
    Last edited by reggie1000; 03-10-2009 at 05:54 AM.

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