View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default run macros against protected cells

Hi
you could first unprotect the sheet in your macro and protect the sheet
again at the end

--
Regards
Frank Kabel
Frankfurt, Germany


wrote:
Macros referance data in my spread sheet and i don't want users to
tamper with those cells, however, when I protect these cells the
macro aborts siting that the cell is protected. Is there a way to
keep users out and let the macro run?