I'm in the middle of writing some code for scheduling automation. I am relatively new to VBA programming but have been programming in other languages for years. For my project I've created a class called OpsFloor which is supposed to simulate the operations floor. I'm parsing user information into an array and trying to pass that array (I've tried both passing the whole array and by individual values) into an instance of the OpsFloor object. I'm worried I have some fundamental misunderstanding about how classes work in VBA. Below is the sub from within the ClassI'm in the middle of writing some code for sche