View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default Allow font colour changes in protected

Activesheet.Unprotect
ci = Application.Dialogs(xlDialogPatterns).Show
Activesheet.Protect

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Gizmo63" wrote in message
...
Hi all,

Is there a cunning line of VBA code that will modify protection settings

so
users can change the font colour in unlocked cells within a protected
spreadsheet?


Cheers
Giz