View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
BowMag BowMag is offline
external usenet poster
 
Posts: 7
Default Stop 'Disable Macros'

I'm trying to protect a small excel based application I've written. I've
got a password routine set up that utilises the Registry. It all works fine,
except that if the user disables macros on start up they can run the app,
although not very well without the macros. I want to stop the excel workbook
opening if they try to disable macros. Is there any way of doing this?

Thanks, BowMag