View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Filip De Backer Filip De Backer is offline
external usenet poster
 
Posts: 1
Default don't let the user disable macro's in Excel

Hi

I've made an Excel workbook with a lot of protection in it

ActiveSheet.EnableSelection = xlUnlockedCells doens't work when I use this code in VBA (Access)
But when I use it in Excel, it works
How can I disable the selection of excel cells in VBA code that creates an Excel sheet

thanks a lo

Filip