mouse

  1. B

    mouse click and hold, then change cursor while holding

    i am trying to write a code that opens a scrn shot Programme to take scrn shots using VBA, so the Problem is with the mouse function that i would like the function to click then hold the click and to Change the Position(X,Y) of the Cursor to take the scrn shot as i want it to. ScreenshotReaderID...
  2. C

    Auto-Fill Drag Down Stopped Working All of a Sudden?

    Hello, the function to drag-down with the mouse and autofill adjacent cells in Excel suddenly stopped working. I was working on a worksheet when I noticed that my crosshair wouldn't change to black when hovering over the corner of any cell anymore. I've opened a new blank worksheet, and tried...
  3. M

    Scrolling Right and Left in Excel 2013 365

    Howdy! In excel 2007 and earlier excel had the ability to scroll right and left by simply 'nudging' the wheel of the mouse right or left [Yes I am aware you can also push the scroll wheel down and move the mouse in any direction, I don't like this method]. I'm currently using my corporate...
  4. B

    Recording the MOUSE SCROLL EVENT

    Dear, I want to record the movement of the scrolling wheel of my mouse. Private mlngStart As Long Private Declare Function GetTickCount Lib "kernel32" () As Long Public Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long) Public Sub StartTimer() mlngStart = GetTickCount End...
  5. E

    Help please Challenging - VBA needed to create a highlighted row

    Hi there. I would like to have a macro, that I can use. When I hover my mouse over any row, in the background eg. my mouse is over cell d4 , I want the whole row d4 to be highlighted. But note that it would be better to have eg a shape highlight the row and not a colour highlight such as...
  6. A

    Paste color code to cell

    Hello all...I have a somewhat unique question...I'm looking to have excel paste the color code of where the mouse is positioned to a cell...anyone know how I would go about doing this in vba? Thank you..
  7. T

    Disable Mouse and Keyboard events while executing a macro

    I thought that setting ScreenUpdating and EnableEvents equal to false while executing code would disable all keyboard and mouse events while code is executing, but I was surprised to see that that was not the case. I have created a simple example that takes a few seconds to execute. While it...
  8. T

    Adding a tool tip to a combo box or any Actixe X control?

    I understand there is a way to add a tool tip (like a comment pop-up or context sensitive help text) to a control when the mouse hovers over it. Does any know how? Thank you for reading.
  9. 2

    Input Range using mouse

    Hello Friends Could you please help me figure out how to get user select input range using mouse? I have following code in my subroutine; it works for showing the input box where user can type the range. but I am trying to make it user friendly where user can select range using mouse. Set...
  10. K

    Get mouse coordinates with simple macro?

    Hi All, Following this recent question on creating mouse-interactive embedded charts (http://www.mrexcel.com/forum/excel-questions/697254-how-create-mouse-interactive-chartobject.html#post3451252), I have struggled to set up a class module with the mousedown event, because I have many sheets...
  11. K

    How to create mouse-interactive ChartObject?

    Hello, I have created some charts (probability distribution models) as embedded ChartObjects on a worksheet with VBA, and would like to enable events so that I can click and drag the mouse over the chart(s) to change the parameters of the distribution model... How do I enable events for...
  12. D

    Pivot Table Misc

    Hey guys, I have a problem I would like some of you to help me or at least guide me. I have a Pivot Table with a lot of divisions, like company divisions and are structured on 5 levels of importance and break down as such. Each division has a unique code. My issue is that i would like Excel to...
  13. 03856me

    Bold Cell When Choose, UnBold When Choose Again

    I have a list of 30 items in column A on a simple worksheet, when a user chooses any or many of the items by clicking their mouse directly on the item, I would like the item to turn a different color or bold. Then I would like to write a formula in column B that would calculate the value of...
  14. W

    Right Clicking

    Does anyone know how to right click in excel without using the mouse? Thanks.
  15. O

    Have to click mouse multiple times when accessing Excel after using remote desktop

    This is driving me nuts. I'm working in a remote desktop session. I've got the remote desktop up on my right screen, then I go to to my left screen which has Excel running in it. I click on a cell and Excel doesn't recognize that I am trying to use it. If I click 5 to 20 additional times...
  16. H

    Keyboard/mouse switcher issue when using VBA

    Hello: I've searched everywhere and haven't been able to find anyone else who has had this issue. I have a workbook that runs some auto_open code whenever the sheet is opened. This code is fairly short and simple. About 20% of the time, this code activates my keyboard/mouse switcher and causes...
  17. S

    Mouse shortcuts

    Can someone helf find a way to turn off the mouse shortcuts that do the following: Double clicking towards the top a cell = CTRL + up arrow Double clicking towards the bottom of a cell = CTRL + down arrow Double clicking towards the left of a cell = CTRL + left arrow Double clicking towards...
  18. 8

    Missing CrossHair

    Although the Fill Handle appears - my mouse icon will not display the crosshairs necessary to use the fill handle functions. So I have the "Drag and Drop" option checked but the funcitonality is missing. In addition I cannot "grab" formula borders to change formual references with the mouse. I...
  19. L

    Pivot Table Formatting

    Hi, When attempting to format a Pivot Table (excel 2003) using the mouse I find that the expected behaviour of 'cross to arrow' (thus allowing selection and formatting of subtotals, for example) does not occur. I have experimented with both excel options and mouse settings and nothing has...

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