+ Reply to Thread
Results 1 to 2 of 2

Getting Error 400 with following code. How do I remove it?

  1. #1
    Registered User
    Join Date
    01-11-2006
    Posts
    19

    Getting Error 400 with following code. How do I remove it?

    Hi everyone,

    I'm getting an error 400 when I'm running the following code:

    Sub Run_Sensitivities()

    ' This macro is designed to automatically calculate sensitivities within the sensitivities worksheet.

    ' Code for the calculation of WTI sensitivity.
    If Range("Switch_WTI") = "On" Then
    Range("Table_WTI").Select
    Selection.Table RowInput:=Range("Sensi_WTI")
    Calculate

    Range("Clear_WTI").Select
    Selection.Copy
    Selection.PasteSpecial Paste:=x1Values, Operation:=x1None, Skipblanks:=False, Transpose:=False
    Else
    End If
    End Sub


    How do I get rid of the error 400?

    Thanks,

    Paula

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678
    Please read the Forum Rules and then wrap your code with Code Tags.

+ 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