button click

  1. K

    Edit Macro to have button "Unglow" when another button is selected.

    I have the following Macro which adds a glow to a shape when clicked. Sub IsoscelesTriangle2_Click() ' ' IsoscelesTriangle2_Click Macro Dim Shp As Shape Set Shp = ActiveSheet.Shapes(Application.Caller) With Shp.Glow .Color = RGB(0, 255, 0) .Radius = IIf(.Radius...
  2. K

    Make shapes glow when clicked - To act as buttons

    I've a couple rectangles working as buttons with hyperlinks to other worksheets. However, I'm wanting to add a glow or some kind of action when a rectangle is clicked (and "unglow" when another is clicked) to simulate the button function <COLGROUP><COL style="WIDTH: 83pt; mso-width-source...
  3. R

    VBA hide rows based on the value of 2 cells

    Hello. I am trying to build a code which hides entire rows based on the value of two cells. I put the code and an example to a better understanding of my issue. The code is not working, it is giving me an error. CODE: Private Sub Hide_Click() RowNumber = 1 Do DoEvents RowNumber = RowNumber...
  4. M

    Run-time error '424': Object required, email on button click with selected cell values

    Please Help! I included a code for send emails on button click with multiple cell values which comes in column A and B. These column are selected using dynamically generated checkboxes. I’m able to create dynamic checkboxes but I failed to retrieve the cell values to a variable. While I’m...
  5. T

    Create PDF macro button - PLEASE HELP

    Hi Team, Once again, I would really appricate your help! Background: I am creating a workbook - where the user selects difference criteria (slicers), which specifies which worksheet is relevent (out of 26 different options). The user then inputs some varible which in turns updates the...
  6. U

    Different response for button click

    I have a subroutine that works the way I want but I also want to tie it to a button with a message, "Are you sure you want to..." Is there is a way to tell if the program is called from another routine or from the button click.

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top