View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
DukeDevil DukeDevil is offline
external usenet poster
 
Posts: 8
Default VBA Lock Columns

Hello,

I want to permanently lock columns S:W on my sheet using VBA. I do NOT
want to write a macro. I need it in the following format. Thanks.

Private Sub Worksheet_Change(ByVal Target As Range)

(code)

End Sub