Object Oriented Programming

yoko

Active Member
Joined
Sep 5, 2006
Messages
349
Hi,

I’m trying to learn more about Object Oriented Programming for VBA. Does anyone know any good tutorial sites etc?

Many thanks!
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
Haven't really go any links to give you but you could try learning visual basic
You can down load Visual Basic 2005 express edition for free from Microsoft. The help file is very extensive and there are loads of tutorials on the web. This way you can learn OOP and when you come back to VBA it will be easy
 
Upvote 0
I've got a pretty good understanding of what OOP is and have been using VBA for a while but I've never actually used OOP in any code, i.e. creating my own classes etc. I'm reading through the MSDN site now trying to grasp some of the details!

Cheers
 
Upvote 0
Here's a very good book which has an excellent section on developing classes (VBA Developer's Handbook, Sybex) - it should be on every VBA programmer's bookshelf
Definitely. Also:
Excel 2002 VBA Programmer's Reference (Bullen, Green, Bovey & Rosenberg), Sybex
Excel Professional Development (Bullen, Bovey & Green), Addison Wesley

And check out this intro on Chip Pearson's site:
http://www.cpearson.com/excel/ClassModules.htm

Denis
 
Upvote 0

Forum statistics

Threads
1,225,312
Messages
6,184,220
Members
453,223
Latest member
Ignition04

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