custom class

  1. T

    [VBA] Allow any object that implements a specific interface as a parameter

    I have a subroutine: Sub ConvertExtractToXLSX(eExtract As Extract) Where Extract is the interface I've implemented into another class: ConveyExtract I plan to make several more classes that implement Extract. I would like to be able to make ConvertExtractToXLSX accept any class I create that...
  2. F

    Using custom class with dictionary, can't access items correctly

    Hi! I've been stuck with this for a couple of days now, any help would be appreciated! :) I'm looping through a folder and retrieving some technical drawings. This works just fine, but I can't access the items correctly. The drawings follow this naming structure: Drawing_RevisionNumber_Type...
  3. V

    VBA custom data model problem: define array of one class as public member of another class

    Hello, I am trying to setup a data architecture for VBA based business simulator. There will be more devs in few weeks but for now I am the lead, tasked with initial project setup. General question is: what would you advice for a definition of custom class, holding a public array of variable...
  4. S

    Using application.run() with a custom class function, or maybe an alternative?

    With the code example below I'm trying to loop through the collection and call a few custom class functions. What I'd like to do is loop through an array of the class functions and call them using application.run(). In the example below the "IsWidthOK" function would run, then I would loop...

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