View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Alan[_8_] Alan[_8_] is offline
external usenet poster
 
Posts: 117
Default Skip over a (calculated) cell in a Table

When you apply the protection to the sheet, use the UserInterFaceOnly
argument.

See http://www.ozgrid.com/VBA/excel-macr...cted-sheet.htm.

Alan