Consulting

Results 1 to 4 of 4

Thread: Delete VBA Project

  1. #1

    Delete VBA Project

    Hi,

    Is it posibble to remove a macros (codes) automatically, if the user to access VBA project?

    thanks

  2. #2
    Distinguished Lord of VBAX VBAX Grand Master Bob Phillips's Avatar
    Joined
    Apr 2005
    Posts
    25,453
    Location
    You can write a macro to do it, but it would need to be in another workbook or an addin.
    ____________________________________________
    Nihil simul inventum est et perfectum

    Abusus non tollit usum

    Last night I dreamed of a small consolation enjoyed only by the blind: Nobody knows the trouble I've not seen!
    James Thurber

  3. #3
    VBAX Master Aflatoon's Avatar
    Joined
    Sep 2009
    Location
    UK
    Posts
    1,720
    Location
    I don't really get the question. A user could disable macros and read your code, so what are you trying to achieve? If it's code security, give up on VBA.

  4. #4
    I will disable the options “AltF11” and Macros in the main menu,solving my problem. Thanks by informations.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •