vipulgos
Active Member
- Joined
- Aug 17, 2002
- Messages
- 334
- Office Version
- 2010
- Platform
- Windows
Dear all,
This macro I was running in Excel2003 since many years
Now what's wrong with Excel2007
This macro is in personal.xlsb
This macro is still running with no problem
Sub protect_Click()
'
' protect_Click Macro
' Macro recorded 11-10-2003 by vipul
'
ActiveSheet.Protect
End Sub
Both the codes are there in personal.xlsb
but protect_click is working in any open workbook, but the unprotect_click is not working except that in personal workbook only
This macro I was running in Excel2003 since many years
Code:
Sub unprotect_Click()
'
' unprotect_Click Macro
' Macro recorded 11-10-2003 by vipul
'
ActiveSheet.Unprotect
End Sub
This macro is in personal.xlsb
This macro is still running with no problem
Sub protect_Click()
'
' protect_Click Macro
' Macro recorded 11-10-2003 by vipul
'
ActiveSheet.Protect
End Sub
Both the codes are there in personal.xlsb
but protect_click is working in any open workbook, but the unprotect_click is not working except that in personal workbook only