Sub Sheet_Select()
Dim sht As Worksheet
'select Macro Controls Sheet
Set sht = Sheet1
sht.Select
My excel file crashes when the macro runs (on Set sht), but only on certain devices. It doesn't throw any errors and tries to re-open in safe mode. Any advice would...