View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Rene[_3_] Rene[_3_] is offline
external usenet poster
 
Posts: 1
Default Prevent adding rows

In VB, how do I prevent users from adding/deleting
columns and rows? I can't protect the sheet, because the
users sometimes have to adjust column widths, formats,
etc.
I played around with "AllowDeletingRows = False" but
couldn't figure it out.

Thanks!