When my Excel 2000 macros are run on Excel 2002, worksheet protection acts in ways I don't appreciate.
I want to be able to change formats in some cells from VBA code, but Excel seems to only provide flexibility in the protection such that specified users can change certain ranges. Also when I set 'User Interface Only=True' in the worksheet protection in my VB code, Excel 2002 still flags an error when my code changes a cell format on an unprottected cell.
How do I lose the protection error when my macros run without unprotecting the worksheets totally? TIA.
I want to be able to change formats in some cells from VBA code, but Excel seems to only provide flexibility in the protection such that specified users can change certain ranges. Also when I set 'User Interface Only=True' in the worksheet protection in my VB code, Excel 2002 still flags an error when my code changes a cell format on an unprottected cell.
How do I lose the protection error when my macros run without unprotecting the worksheets totally? TIA.