View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Aaron5 Aaron5 is offline
external usenet poster
 
Posts: 4
Default Hide Formula (or Lock Cell) using VBA

I would like to distribute a spreadsheet but and hide the formula. I know I
could use the Excel lock feature (password optional), but I would rather use
VBA as the users have a tendency to alter the (very long) formulas.

Thanks in advance.