Class Modules 101

Tom Morales

Board Regular
Joined
Feb 16, 2002
Messages
91
In Excel VBA help under the topic "Using Events with Embedded Charts" there is the instruction:
'For example, assume that a new class module is created and named "EventClassModule." '

Just how does one go about naming class modules? Yelling doesn't work, I find.
Tom
 

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
Tom,

You want to change the name of the classmodule?

Select the classmodule which You like to change the name for in the VBA-project window.

In the properties window activate the field for "Name" and write the new name for it here.

Kind regards,
Dennis
 
Upvote 0
Thanks, Dennis. My expectation -unfulfilled - was that I should be able to right-click the module, and see a menu item for the module's properties. It wasn't there, and I went brain-dead.
Tom
 
Upvote 0

Forum statistics

Threads
1,214,522
Messages
6,120,019
Members
448,938
Latest member
Aaliya13

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