View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tom Emmery Tom Emmery is offline
external usenet poster
 
Posts: 1
Default How to protect a textbox in VBA/Excel 2003 ?

Hi,

When protecting the textboxes in my worksheet, I cannot write text to the
box in VBA. How can I unprotect it in my VBA-code, write text in it and then
protect it again ? I want to prevent that the application user moves the
textbox or alters the content: how to do this ?

Greets,

Tom