mouse click

  1. L

    Macro upon mouse click - copy data from that cell to populate a 4x15 form on same worksheet

    I have a worksheet that has 3 columns of numbers, each column having 26 rows (H2:H26, L2:L26 and P2:P26) and on the same worksheet a matrix which is 4 x 15 (4 cells in adjoining columns and 15 rows down B3:E17). I would like a macro that would upon clicking a button, or clicking or doubleclick...
  2. B

    VBA coding help needed

    hey guys im new here, i started using VBA on Excel a couple of days ago, so still a beginner but trying to apply experenieced codes lol. i Need help with the code im trying to write. i want to use the function "Shell" to open a camera Software 4 times, i have 4 connected cameras...
  3. B

    Mouse Event Handling...

    Hi Everyone! If anyone has a spare moment, I would really appreciate any help with Mouse Event Handling in Excel VBA. I have had a look on Google and I either can't find what I am looking for or the code examples are a bit too advanced for me. I am looking to: -Detect if the mouse button...
  4. I

    Implement a macro (increase cell +1 by right click) for Merge Cells

    Hi, I'm new on this forum I've got a problem with a macro used for increasing cells by 1 with the right click of the mouse This is the macro: Private Sub Worksheet_BeforeRightClick(ByVal Target As Range, Cancel As Boolean) If Target.Cells.Count > 1 Then Exit Sub If Not...
  5. S

    Screen coordinates transferred to image placement

    If anyone has ideas about this I would greatly appreciate it. I am looking for a macro or some vba language that I can modify. A user is presented with an image in excel of an aerial view. On top of that image, I want to enable whereever they decide to click, another image placed on top of it...
  6. S

    Locking text in cells but not the ability to change colour of cells with mouse click

    Locking text in cells but not the ability to change colour of cells<ins style="text-decoration: none; display: inline-table; border: none; height: 60px; margin: 0px; padding: 0px; position: relative; visibility: visible; width: 234px;"><ins id="aswift_0_anchor" style="text-decoration: none...
  7. P

    Get non active worksheet name by mouse click excel 2007 VBA

    I'm new to this (actually any) forum. So please bear with me... The problem I have is: In a workbook I have a calculation sheet and worksheets that contain the data to calculate named in a "mm-dd-yyyy" format. When I switch to a different day I have a macro that prompts me for the worksheet...
  8. S

    Macro to put value into cell when click another cell

    Hello. I am using Excel 2007 and I have a small chart with column and row headings. I would like to create a macro that inputs data into other cells depending on what cell in the chart I click. I would also like to clear the names when I select another cell. My data's column headings are...

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