mouse

  1. R

    Dynamically Assign Named Ranges Based on Cell Values

    Hi there, I have data structured as below with the first value in cell A1. <tbody> Dog Bobby Dog Dave Dog Butch Dog Chip Cat Felix Cat Tabatha Mouse Ruby Mouse Mark </tbody> I would like to set the range B1:B4 to a named range called 'Dog' I would like to set the range B6:B7...
  2. H

    Mouse Not Working on spreadsheet after running a macro

    When some of my macros finish running, I cannot use the mouse on the spreadsheets. I can use the mouse for other applications and can use the excel ribbon - but not on any spreadsheets. The curser works to move from cell to cell but not the mouse. My only solution right now is quitting Excel...
  3. E

    Cell references in formula will not increment when filled or dragged down a column?

    Hi I have the below formula that I need the cell references to increment when I drag down a column. =IF(ISBLANK([CATraxx_Album.xlsx]Track!$H$2),"",""&[CATraxx_Album.xlsx]Track!$H$2& "") what i need it do do when copied downward is...
  4. F

    I can't scroll vertically when editing cells in excel 2010

    Hello, I am using excel 2010 and I can't scroll up or down while I'm in the formula bar to edit the cell, but I can move horizontally. My colleagues are using the same excel and they can scroll either way. I searched the internet for over a week and came up with no solution. To narrow down...
  5. M

    Formula for total products reserved

    Hi everyone I'm having some difficulty deriving a formula for this problem. Basically, a shop owner runs a hardware store. Sadly, some items are out of stock, so he decides to create a 'reserves' list. Customers approach the owner and create reservations. However, as some customers reserve of...
  6. S

    Mouse wheel in drop downs

    Did a search and the latest answer was from 2005. Is there a way to use your mouse wheel to scroll through long drop downs? Excel 2010 Thanks!
  7. J

    Excel worksheets not responding to mouse clicks

    I'm using Excel for Mac version 15.32. I have a Logitech Bluetooth keyboard & mouse (they came as a set). My worksheets are not responding to any mouse clicks (left or right). I can move around the worksheet using my keyboard. I can type in formulas and use other keyboard commands. I just cannot...
  8. A

    How to trap a LEFT click mouse event in Excel VBA?

    Usage: I want to add a list of Companies to an Excel spreadsheet. The Companies are obtained from Screener.in. I want to trap LEFT Click (so that when I LEFT Click on a Company, it will be added to my Excel Spreadsheet) Note: I've already posted the same question on stackoverflow. Here's the...
  9. I

    Drop down list scroll with mouse wheel

    Afternoon, I ask some time ago about being able to scroll within a drop down list with mouse wheel. I was told it wasnt possible etc. I have just come across this, does this help us achieve this request ? http://www.mediafire.com/file/cdjhuyi6bqrf2s4/DDLS.mp4
  10. A

    Open File and Input with Mouse in same VBA

    I want to open an existing file and prompt the user to use the mouse to indicate where previously selected material should be posted. My code is Dim rRange as Range Dime OpenFileUpdate as String, OpenFile as String, CurWks as String Windows("CashWorksheet.xlsm").Activate...
  11. T

    Loop non contingnius cells with vba function

    This function is only a cimple eks. in real world it count specifik char's in specifik cells Function test(rng) For Each c In rng test = test & c Next End Function The function works ok when i do =test(A2:A9) but if i want to mark non contingnius cells like =test(A2;A4;A6) using mouse and...
  12. 8

    Excel file will not mouse-scroll upon opening

    I can manually scroll using the scroll bar. If click out of excel and back into it, then mouse scroll will work. If I open up a userform and close it down, the mouse will then scroll. Upon opening/activating there is no code being executed. No forms are open when opening the document. All...
  13. Y

    A stucked cursor at option "allow users edit ranges"

    Hello, At Office 365 A5 in Excel 2016 macro file which is edited at Co-Authoring I have an error of stucked mouse cursor. The stucked mouse cursor apears when I try to click at a cell, that was edited by the option "allow users edit ranges". A screenshot of the stucked cursor is attahced. The...
  14. Jaafar Tribak

    Event triggered when a shape is moved (ShapeMove Pseudo-Event)

    Hi all, This is a little vba class that you can add to your project in order to catch mouse drag and dop operations performed on shapes embedeed on worksheets. The code doesn't use a timer nor does it use a loop so it is safe and should have much less impact on performance. If you set the...
  15. T

    Mouse

    My mouse is jumping as I scroll from cell to cell....any ideas
  16. M

    Work Sheet Change Event

    I am trying to have excel log when any cell in Col E changes. I used the following Code Private Sub Worksheet_Change(ByVal Target As Range) If Target.Column = 5 Then ActiveCell.Offset(-1, -2) = Now() End If End Sub It works perfect when I hit enter after a change. However when...
  17. R

    Searchable Drop Down

    Hello Everyone, I just made excel searchable drop down by using active x control (Combo Box) and it's working fine But to select the drop down value i have to use Mouse , however i want to select the drop down value by arrow keys. is it possible? Please help
  18. C

    Identifying Overlapping Dates Per Product

    Hello, I'm trying to find a formula that will help me to identify any dates that are overlapping by each Animal in column C. I have an example below where two lines of the cat and two lines of the mouse overlap so I would like an error message pointing out those four rows. Thanks! <tbody> C...
  19. B

    Detecting when mouse has left userform

    Is there a way to determine if the mouse has left the userform? I currently have buttons on the edge of my userform and they have mousemove events to highlight them when hovered. The problem is if the cursor goes off the userform from the edge then they stay hovered since no userform_mousemove...
  20. T

    Counting Duplicate Values Only Once in a Column B by Matching Criteria in Column A

    Question should be straight forward. I searched and being a newbie didn't find a solution - at least one that I understood. Assume the table below. I would like count the number of unique numbers from the each of the names (Cat, Dog, Mouse). The real world problem is I have about 800,000 call...

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