I am working with VBA 6.5 in Excel 2007. My code is in VBA but it is for a button in Excel...perhaps Excel wasn't the right forum for this question since it's more of a strictly VBA thing.

I tried changing FlowRate to Public and using Initialize(), it didn't work. I haven't been able to get Activate() to work either. But like I said, I think the problem may be with how I am using the event, because even if I try to get a message box to show up when the form loads (or initializes or activates), it doesn't.