How to write to protected Excel file using VBA Here is a sample to unprotect a sheet and write some values and then protect the sheet again Sub Unprotect_And_ThenProtect() ActiveSheet.Unprotect Range("A2").Value = Now() ActiveSheet.Protect DrawingObjects:=True, Contents:=True, Scenarios:=True End Sub
Awaz Apni Baat Apni is started in new Vision of Pakistan, We want to see a real image of Pakistan in public Point of View, Our Pakistan with New Vision.

