hook

  1. M

    Need to add _AfterUpdate events to a dynamically-created class

    Given: I have a dynamically-created userform that makes an entry box for each column of the underlying sheet. It's just an upgraded version of Excel's built-in data entry form with added search functions and some data validation. Problem: I need to add an AfterUpdate event to the ComboBox...
  2. A

    Leasing Report Progress

    Please check the below table for each leasing agent: <tbody> Client <tbody> Status </tbody> Just Browsing Interested On the Fence Hook Line & Sinker Lead Lost 1 Active <tbody> 14-Jul-19 </tbody> <tbody> 15-Jul-19 </tbody> <tbody> 16-Jul-19 </tbody> <tbody> 17-Jul-19 </tbody>...
  3. M

    Keyboard Hook to be used as shortcut to fire up macro outside excel

    Hello guys! Please tell me if it is possible initialize procedure outside inactive Excel. I mean, the file is opened, and some userform is loaded. Is it somehow possible (e.g. hooking keyboard) to assign to procedure/userfrom_button, a windows shortcut (e.g. alt+1)? The macro is being used for...
  4. Jaafar Tribak

    Paste event in Excel ? - Half way there.

    Excel_PasteEvent.xls"]Workbook Demo. Hi all. Here is the signature of the paste event handler : Private Sub Workbook__Paste _ (ByVal Target As Object, ByRef Cancel As Boolean) 'prevent pasting into Cell A1. If Not Intersect(Target, Range("a1")) Is Nothing Then Cancel =...
  5. Jaafar Tribak

    Challenging problem : How to make Excel subclassing safe and stable ?

    Hi all. This has been intriguing me for years and i've looked and asked everywhere but nobody seems to know the answer. On most operating systems, subclassing office applications from within VBA crashes the application and worse yet, it can downright lock the whole system. this is a known...
  6. Jaafar Tribak

    Making the MouseWheel function in the VBA editor. No DLL or EXE needed - All done from within Excel !!

    Hi all, I have long looked for code that makes the mousewheel scroll the VBE code panes but I could only find some external programmes or dlls written in C. with a bit of trial and error and a couple of tricks, i have put together this code done purely with VBA as you can see which I hope...
  7. Jaafar Tribak

    MouseWheel to Scroll long Cell Validation DopDown Lists ?

    Is there a way ,which i am missing, of scrolling a long validation dropdown list with the mouse wheel ? I am thinking of setting a mouse hook for this (which i guess will be rather involved) but wonder if there is a simpler workround . Regards.

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