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

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
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,215,046
Messages
6,122,854
Members
449,096
Latest member
Erald

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