clicked

  1. Richard U

    referencing controls on an activex frame control.

    This message https://www.mrexcel.com/forum/excel-questions/726568-frame-control-activex-option-button.html Showed me how to add the buttons to a frame, which I did easily, What I don't know is how to access the controls on the frame when they are clicked. I experimented and can address them...
  2. N

    Userform button

    Hello, How would i fire a command WHILE a button is being clicked and then fire another command when I let go of the click? Is there a way? Thank you
  3. sharky12345

    Update Textbox if Checkbox clicked

    I have a series of Checkboxes on a Userform and I need to update a Textbox if they are checked. If the Checkbox is clicked true, I currently have a specific value added to a Textbox - but how do I remove that value if the user unchecks the box? Purely as an example let's say the value is "Test"
  4. C

    out of 3 worksheet create a button to mail only 1 sheet

    i have 1 master data in one sheet. I have pivoted that data basically into 2 different sheets for 2 different functions. Now i want to create 2 buttons. 1 button if clicked will mail shee2 to engineering people and another button if clicked will mail Sheet3 to Purchasing people.
  5. J

    Help me modify this Double Click VBA

    Hi, i have this VBA code which if a cell in the range E8:AF10 is clicked, the cell value is copied to Sheet 2 - B3 Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As Boolean)If Not Intersect(Target, Range("E8:AF10")) Is Nothing Then Cancel = True Target.Copy...
  6. I

    Hide Columns on multiple sheets based on option button

    Hi guys, My code to show/hide columns on multiple tabs does seem to work. I know it's very basic, but I just learned VBA codes from googling it and I can't seem to crack this one. What I want to do is hide columns F:J on sheets 1-31 (same sheet names too) if OptionButton1 is clicked and show...
  7. M

    Search Data Through Listbox Userform and Fill Specific data Text Boxes in main form

    Dear Experts, what i want is to When Clicked on the "Search from No." button, a listbox will open and enter the mobile number (even partial number) and listbox will filtered the data and select the row and clicked on the "Print Data in Form" buttong Name, Address, Ref/Mobile data will...
  8. M

    VBA to FireEvent but only if necessary

    Hey, I would like to detect if a webpage element reacts to being clicked, if it doesn't react to being clicked using .click - I'd like to use fireevent to finish the click. I'm unsure how to determine the element has or has not been clicked. Is there a way to do this? Thanks!
  9. R

    Interactive UserForm

    I am doing a project with a T-shirt print shop. I want to know if it is possible to create on a UserForm a picture of a T-Shirt that they can circle where they want the log printed at. If it is possible, then when they click "submit" where will the image go? Can it be assigned to a cell that...
  10. F

    VBA to change cell color when double clicked and then change it back when double clicked again

    Hi all! My current code changes cell color to yellow with a single click and then changes it back to nothing when clicked again. I was wondering if I can do that this time changing it to green when double clicked and then back to nothing when double clicked again. Here's my current code...
  11. L

    conditiona formatting using formula

    Hi I have a column called Average. I want to highlight any value which is >50 to green. I know I can use heiglight cells rules but I thought of creating my own rule. I am trying to use formula. so I clicked on New Rule--> Use a formula to determine which cells to format, then I typed this inside...
  12. P

    Who clicked on a button which has a macro assigned to it?

    In EXCEL I have created buttons which have macros assigned to them. I would like to know which button they clicked on, who clicked on that button and what time they clicked on the button. Is there a way to create a log file using VBA so that when they click the button, it writes out that...
  13. P

    Graph to enlarge when clicked then to go back to normal ??

    Morning All, I have a table with data showing on it and a small graph underneath it showing what the table is above. Due to size restrictions on this i am unable to show the graph in a decent size so wondered how i can get the graph to go full size when "Clicked" and for it to go back to normal...
  14. P

    Graph to enlarge when clicked then to go back to normal ??

    Morning All, I have a table with data showing on it and a small graph underneath it showing what the table is above. Due to size restrictions on this i am unable to show the graph in a decent size so wondered how i can get the graph to go full size when "Clicked" and for it to go back to normal...
  15. E

    Same action in 3 sheets

    Hi all, I am looking to add another 2 sheets to the following code but cant seem to get it working the 2 sheets are "Set1" and "Set2" The code works to hide 213:322 when clicked and unhides if clicked again Many thanks for any help Sub Picture2_Click() Sheets("Parts...
  16. G

    procedure 'Private sub <listbox>_Click()' runs only once

    In an Vba program in an Excel Workbook I’m using a listbox with reference numbers to make one choice out (property MultiSelect = 0 – frmMultiSelectSingle) on an Userform. There’s a procedure ‘sub <Iistbox>_Click()’. I try to use the listbox several times in the program but it only enters the...
  17. B

    VBA test to check if a specific Button (Form Control) was clicked

    I have a button (form control, not ActiveX). I renamed this button "butVA03". I also have 15 other buttons in my excel sheet, but I want a test to check if "butVA03" was the button that I clicked. Is this possible? My suspicion is that I'm not defining "butVA03" correctly as a specific button...

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