SkywardPalm
Board Regular
- Joined
- Oct 23, 2021
- Messages
- 61
- Office Version
- 365
- Platform
- Windows
VBA Code:
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 be greatly appreciated.