Hi,
I have a method in my VBA code that needs to be assigned to a workbook How can I assign this method to the worksheet.OnActivate event using VBA code?
I tried: sht.Onactivate = "Sheet_Activate"
But this doesn't work and I need something on these lines.
Thanks.