+ Reply to Thread
Results 1 to 5 of 5

Inserting button!!!

Hybrid View

  1. #1
    Registered User
    Join Date
    11-11-2012
    Location
    Singapore
    MS-Off Ver
    Excel 2010
    Posts
    7

    Unhappy Inserting button!!!

    HELLO ALL!
    I want to insert a button that enables me to change a range of cells to be equals to a value in another cell of another Sheet!
    What code do i put in for the macro?
    Please help!!! :D URGENT!! THANKS A LOT!

  2. #2
    Forum Expert JapanDave's Avatar
    Join Date
    06-10-2008
    Location
    The grid, I got in!
    MS-Off Ver
    Excel 2010/13
    Posts
    1,696

    Re: Inserting button!!!

    Maybe this?

    Sub Dave()
      ActiveSheet.Cells(1, 1).Value = Sheets("Sheet1").Cells(1, 1).Value
    End Sub
    Attached Files Attached Files
    Be fore warned, I regularly post drunk. So don't take offence (too much) to what I say.
    I am the real 'Napster'
    The Grid. A digital frontier. I tried to picture clusters of information as they moved through the computer. What did they look like? Ships? motorcycles? Were the circuits like freeways? I kept dreaming of a world I thought I'd never see. And then, one day...

    If you receive help please give thanks. Click the * in the bottom left hand corner.

    snb's VBA Help Files

  3. #3
    Registered User
    Join Date
    11-11-2012
    Location
    Singapore
    MS-Off Ver
    Excel 2010
    Posts
    7

    Re: Inserting button!!!

    Sample.xlsm
    Quote Originally Posted by JapanDave View Post
    Maybe this?

    Sub Dave()
      ActiveSheet.Cells(1, 1).Value = Sheets("Sheet1").Cells(1, 1).Value
    End Sub
    Here is my sample! please help me with the code for the macro! Thanks!!! :D

  4. #4
    Forum Expert JapanDave's Avatar
    Join Date
    06-10-2008
    Location
    The grid, I got in!
    MS-Off Ver
    Excel 2010/13
    Posts
    1,696

    Re: Inserting button!!!

    Try this then. But I am not sure I fully understand what you want.
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    11-11-2012
    Location
    Singapore
    MS-Off Ver
    Excel 2010
    Posts
    7

    Re: Inserting button!!!

    Quote Originally Posted by JapanDave View Post
    Try this then. But I am not sure I fully understand what you want.
    OMG THANKS DAVE! it's what I wanted! arigatou! sayonara! :D

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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