BryanBSuperfly
New Member
- Joined
- Aug 13, 2015
- Messages
- 18
Hello,
I'm fairly new to VBA, but am becoming more proficient each day. I wanted some advice on the best approach to collect, aggregate and print out data from this sample workbook. (if you would prefer me to post the workbook another way- please advise. No macros or anything in this workbook). These sheets appear as they do for aesthetic reasons, and I would like to retain the current formatting.
What I would like advice on, is which would be the best method; using a collection, array or scripting dictionary. I've done some preliminary research and have come to realize the scripting dictionary is the most flexible and full featured, but also probably the most challenging to learn.
If you review the sample workbook, basically what I want to do is import the data, aggregate into a specific format, and print out to another sheet. I'm attempting to capture and report on: Employee Name, Date, Type & Scheduled Hours.
Which of these would be the most appropriate method (or is there another method I should research)?
I don't want the code given to me; I want to code this myself. But, I would greatly appreciate any advice on which method I should devote my time to.
Thank you for any and all input on this matter!
Regards,
Bryan
I'm fairly new to VBA, but am becoming more proficient each day. I wanted some advice on the best approach to collect, aggregate and print out data from this sample workbook. (if you would prefer me to post the workbook another way- please advise. No macros or anything in this workbook). These sheets appear as they do for aesthetic reasons, and I would like to retain the current formatting.
What I would like advice on, is which would be the best method; using a collection, array or scripting dictionary. I've done some preliminary research and have come to realize the scripting dictionary is the most flexible and full featured, but also probably the most challenging to learn.
If you review the sample workbook, basically what I want to do is import the data, aggregate into a specific format, and print out to another sheet. I'm attempting to capture and report on: Employee Name, Date, Type & Scheduled Hours.
Which of these would be the most appropriate method (or is there another method I should research)?
I don't want the code given to me; I want to code this myself. But, I would greatly appreciate any advice on which method I should devote my time to.
Thank you for any and all input on this matter!
Regards,
Bryan