Skip to main content

All Questions

Filter by
Sorted by
Tagged with
3 votes
1 answer
133 views

Comparing two arrays and printing results as a collection of a class

This is really my first time using a class and I originally wrote it without the class and without refactoring. This is to take two inputs (csv), place the data in arrays and then compare the arrays. ...
Raystafarian's user avatar
  • 7,279
3 votes
2 answers
126 views

Data Table Report Class

Most of the VBA I write is to produce tabulated reports from spreadsheet data. So, here is my attempt at creating a CLS_Data_Report class. Properties: a 2-...
Kaz's user avatar
  • 8,820