implements

  1. Jaafar Tribak

    Cool Class for making Floating Shapes !

    Hi, I coded this class recently and thought I would post it here. Workbook demo. Basically, it is just a standard userform (manipulated with the windows API) that implements a custom Interface (IFloatingShape) for easy & flexible use. One good thing about this API based class is that it...
  2. Jaafar Tribak

    TypeOf Operator - IAccessible Interface implementation

    Hi all, As you know, the TypeOf operator cheks if an object implements a certain interface so the following 2 codes return TRUE as expected : in a userform module: Private Sub UserForm_Click() MsgBox TypeOf Me Is IAccessible End Sub The same goes for this : Private Sub Test1() MsgBox...
  3. S

    VBA Code help

    we have a keypad that you program each button so when pressed it will bring to front the excel file for that button. i had this working but at work we got updated to office 365 (excel 2016) and i think the title bar naming is the difference. i wrote vbs code to rename the title bar but it puts...
  4. L

    How to cast worksheet object to Interface

    Hi, First post here, as have hit a real stumbling block that is crucial to an application I am writing. I have an Interface Class - coreIReport - it is instantiated as PublicNotCreatable I have a sheet object in the solution (under Microsoft Excel Objects). It has the code behind with...

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