Hi!
After running the macro the Esc button still doesn't work.
When I press the Esc button get massage:
" You can not run macros: Sheet1.xlms'!NoChange. macros may not be available in this workbook or all macros are disabled."
After running the macro the Esc button still doesn't work.
When I press the Esc button get massage:
" You can not run macros: Sheet1.xlms'!NoChange. macros may not be available in this workbook or all macros are disabled."
Code:
Sub Start()
'
Application.EnableCancelKey = False
'
Worksheets("Sheet1").Activate
'
'som code
'
Application.EnableCancelKey = True
End Sub
Last edited: