Results 1 to 4 of 4

Update/refresh button

Threaded View

  1. #3
    Registered User
    Join Date
    02-12-2007
    Posts
    2
    Quote Originally Posted by davesexcel
    Sub CopyNewPricees()
    
    '1 sheet named New Prices
    '1 sheet named Price List
    'this code copies the new prices to the price list
    'change ranges as required
        Sheets("New Prices").Range("A1:A15").Copy Destination:=Sheets("Price List").Range("I1")
    End Sub
    Thanks for the fast reply. I probobly should have mentioned that I am quite a newbie at Excel so could you please explain a little more. Do I make a button or how do I do this?
    Hope you can bare with me
    Lets say the the the cell with old prices is G3 and the new is G4 and they are both in the same sheet
    Last edited by synchro; 02-13-2007 at 08:13 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