A
alanad
Below is what I have in the module so far. Could you give me an exampl
of what I could add? Perhaps it is a simple solution, but I'm new a
this!
Private Sub Workbook_Open()
Dim cf As ChooseCalculator
Set cf = New ChooseCalculator
cf.Show
Set cf = Nothing
End Su
of what I could add? Perhaps it is a simple solution, but I'm new a
this!
Private Sub Workbook_Open()
Dim cf As ChooseCalculator
Set cf = New ChooseCalculator
cf.Show
Set cf = Nothing
End Su