Results 1 to 2 of 2

Run-time error '1004' ?

Threaded View

  1. #1
    Registered User
    Join Date
    04-16-2010
    Location
    High Wycombe, England
    MS-Off Ver
    Excel 2003
    Posts
    4

    Run-time error '1004' ?

    HI there on the code below I am getting run-time error 1004 whenever it reaches
    Range("A3").Select

    Please help


    Sub UpdateBtn_Click()
     
        Sheets("Data").Select
        
        Dim NewMGRate As Double
        NewMGRate = InputBox("Enter today's MG Rate")
        Range("A3").Select
        Selection.End(xlToRight).Select
        ActiveCell.Offset(0, 1).Value = NewMGRate   
        
    End Sub
    Last edited by sonyidicula; 05-14-2010 at 05:43 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