Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VBAProject still visible after closing workbook | Excel Programming | |||
workbook Protection Toggle Macro | Excel Discussion (Misc queries) | |||
Workbook/Macro/Worksheet Protection... | Excel Programming | |||
customise button(macro) on toolbar / workbook protection | Excel Programming | |||
More than 1 workbook in a VBAProject | Excel Programming |