View Single Post
  #1   Report Post  
excel_vba excel_vba is offline
Junior Member
 
Posts: 5
Default Excel Vba Class Modul Examples

Classes are a powerful tool in intermediate to advanced level VBA programming.
In three separate workbooks, we have created useful userforms using class modules :

- Fast percentage calculation form
- Product discount calculation according to quantity,price and percent rate
- Hiding / displaying the columns of sheet (Column management with userform)

View tutorial's here :https://youtu.be/eBg4xnw9NM4

Example files can be downloaded from Youtube link.