Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have a few difficult questions which i'm hoping that someone may be able to answer. I have an excel spreadsheet that i want to be opened in a separate instance of excel (We are using Excel 97 but will be going to XP in a few months). For this instance of Excel I want to make it so that user cannot open the VB Editor. - is this possible? Thank you kindly, Steven |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Steven,
Protecting the VBA project disables the user's ability to view the code, he may open the window but cant do anything. Note you may need to add some error handling to recover from stateloss. If it's a performance issue and you want to make sure the user closes the VBE before running it use: Application.VBE.MainWindow.Visible=False keepITcool < email : keepitcool chello nl (with @ and .) < homepage: http://members.chello.nl/keepitcool "Steven Revell" wrote: Hi, I have a few difficult questions which i'm hoping that someone may be able to answer. I have an excel spreadsheet that i want to be opened in a separate instance of excel (We are using Excel 97 but will be going to XP in a few months). For this instance of Excel I want to make it so that user cannot open the VB Editor. - is this possible? Thank you kindly, Steven |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Single Excel instance with multiple windows | Excel Discussion (Misc queries) | |||
Excel - New Instance | Excel Discussion (Misc queries) | |||
run a single instance of excel | Excel Discussion (Misc queries) | |||
Return Single Instance of Numeric Values from a Column | Excel Worksheet Functions | |||
Second instance of Excel | Excel Programming |