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 don't let the user disable macro's in Excel

Hi
try
ActiveSheet.EnableSelection = 1

If you use this from Access the defined constant xlUnlockedCells is not
known


--
Regards
Frank Kabel
Frankfurt, Germany


Filip De Backer wrote:
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 lot

Filip