+ Reply to Thread
Results 1 to 2 of 2

Master Spin Button For Multiple Cells Excel

Hybrid View

  1. #1
    Registered User
    Join Date
    08-04-2015
    Location
    Calverton, NY
    MS-Off Ver
    Office 360
    Posts
    1

    Master Spin Button For Multiple Cells Excel

    I'm just starting to dabble in VBA, but I'm not proficient to even try this yet. I have a spreadsheet that I use the spin button to keep count of work I do during the month. Before, I had attached a separate spin button to each of the cell, but seeing that I have to do this every month, I need something is time saving. I've found info on making a "master" spin button for the entire sheet, however, the codes that I have tried for what is available is not working for me. Can someone help me with creating my "master" spin button. I have attached my spreadsheet that I use.

    I appreciate any help given

    Lequisha
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    07-25-2011
    Location
    Florida
    MS-Off Ver
    Excel 2003
    Posts
    9,653

    Re: Master Spin Button For Multiple Cells Excel

    I don't know what cells you want the Master spin button to change, but try something like this. Put the code in the worksheet's code module that has the spin button.

    Private Sub MagicSpinButton_Change()
        Range("C2:C4,C7:C9,C12:C14,F2:F4,F7:F9,F12:F14").Value = MagicSpinButton.Value
    End Sub
    Change the cell references in red to suit.
    Surround your VBA code with CODE tags e.g.;
    [CODE]your VBA code here[/CODE]
    The # button in the forum editor will apply CODE tags around your selected text.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Spin button controlling multiple cells???
    By ieuandavies in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 05-01-2015, 02:30 PM
  2. [SOLVED] Help with Spin Button. Set Spin button starting value based on a text box value
    By etuckram in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 09-18-2014, 10:05 AM
  3. [SOLVED] Spin Button Using Multiple Active Cells
    By JaysonP in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 07-12-2014, 11:00 PM
  4. spin button: create multiple cell link
    By DavidRoger in forum Excel General
    Replies: 5
    Last Post: 04-30-2014, 05:44 AM
  5. Excel spin button on Userform
    By OneSurya in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 10-08-2013, 02:19 PM
  6. spin button in excel
    By roofi in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-13-2013, 08:04 AM
  7. Spin Button:spin cells A7
    By ice in forum Excel General
    Replies: 1
    Last Post: 03-16-2007, 02:23 PM

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