+ Reply to Thread
Results 1 to 3 of 3

clickable buttons

  1. #1
    Murph
    Guest

    clickable buttons

    can you insert command buttons into an excel sheet? if so, can you make them
    change colors after they have been clicked?

    I think you can use autoshapes as buttons in excel but I'm not sure you have
    as much control with them, as in changing colors and such.

    I want to link a macro to a button. Once that button is pushed I want it to
    change colors so the user knows they have already clicked it once.


  2. #2
    Harald Staff
    Guest

    Re: clickable buttons

    Hi

    Have the assigned macro color the object in addition to what it's supposed
    to do. You can use anything if so, the drawing toolbar is full of good
    looking things.

    HTH. Best wishes Harald

    "Murph" <Murph@discussions.microsoft.com> skrev i melding
    news:2B22DC00-9CDC-45CD-9394-5FBAF6494573@microsoft.com...
    > can you insert command buttons into an excel sheet? if so, can you make

    them
    > change colors after they have been clicked?
    >
    > I think you can use autoshapes as buttons in excel but I'm not sure you

    have
    > as much control with them, as in changing colors and such.
    >
    > I want to link a macro to a button. Once that button is pushed I want it

    to
    > change colors so the user knows they have already clicked it once.
    >




  3. #3
    TomHinkle
    Guest

    RE: clickable buttons

    I have done a similar thing, BUT I would suggest instead of changing the
    color of the button, Put a date-time stamp next to it.

    This command will put a time stamp with User ID (UID as determined by the
    initials in the excel options box) next to button 'cmdFlowFormulasDown')

    a color can be good, but I think actually showing the last date and time a
    button was clicked removes ANY guesswork.

    ** on buttons from the forms toolbar, you can only change the font color of
    the button
    ** on buttons from the VB toolbar, you can change the color of the button as
    well, but they are trickier to work with.


    ThisWorkbook.Worksheets("Buttons").Buttons("cmdFlowFormulasDown").BottomRightCell.Cells(0,
    2).Value = Format(Now(), "mmm d, yyyy - hh:mm ") & Application.UserName




    "Murph" wrote:

    > can you insert command buttons into an excel sheet? if so, can you make them
    > change colors after they have been clicked?
    >
    > I think you can use autoshapes as buttons in excel but I'm not sure you have
    > as much control with them, as in changing colors and such.
    >
    > I want to link a macro to a button. Once that button is pushed I want it to
    > change colors so the user knows they have already clicked it once.
    >


+ 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