+ Reply to Thread
Results 1 to 2 of 2

Protection - restrict macro exposure to the workbook, VBAProject

  1. #1
    JB2005
    Guest

    Protection - restrict macro exposure to the workbook, VBAProject

    How do you prevent external macros (not held in the workbook VBAProject)
    running in a workbook?

    i.e. Is it possible to restrict macro exposure to those held in the workbook?


  2. #2
    Philip
    Guest

    RE: Protection - restrict macro exposure to the workbook, VBAProject

    not really,

    normally the workbook and all it's objects is exposed to any VBA code that
    has access.

    So you could protect the workbook to prevent it being opened unless the
    password is used.

    HTH

    Philip

    "JB2005" wrote:

    > How do you prevent external macros (not held in the workbook VBAProject)
    > running in a workbook?
    >
    > i.e. Is it possible to restrict macro exposure to those held in the workbook?
    >


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1