Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. frankjet

    error when changing format of unprotected cell of a protected sheet

    Via VBA I change the formatting of a cell. This cell is unprotected. When I protect (Tools - protect) the sheet, I get an error when I start the VBA-code (macro). Some code I wrote: ActiveCell.Offset(1, 0).Activate ActiveCell.Formula = Now() Selection.NumberFormat =...

Part and Inventory Search

Back
Top