Update Excel locked cell

T

Tom Ogilvy

use the userinterfaceonly property of the protect method. When this is set
to True, the sheet can remain protected and your code can write to the
sheet.
 
Top