(VBA) If I have a class with a function that takes a worksheet as an argument. And I am creating a worksheet dynamically right before i call that class function, how do I place that dynamically created worksheet name into the argument when I call that function?


Reply With Quote