Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
2003, 2007
Assume: a VBA project VBAProject(Test) is listed in IDE What VBA code line would "sense" (True/False) if and attempt to open VBAProject(Test) is requested? And/Or if VBAProject(Test) is open in an IDE window? And/Or if the IDE is open? TIA EagleOne |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi, !
2003, 2007 Assume: a VBA project VBAProject(Test) is listed in IDE What VBA code line would "sense" (True/False) if and attempt to open VBAProject(Test) is requested? And/Or if VBAProject(Test) is open in an IDE window? And/Or if the IDE is open? I don't think that vba-code could "sense" if (another) vba-code attempts to enter in a vba-project (???) you can find what (and how) to do in the vbe-ide through code starting from this page: (Chip Pearson): Programming The VBA Editor: http://www.cpearson.com/Excel/vbe.aspx if you need to catch when somebody tries to profanate your macros... you should use/back to the (ancient ?) xl4 macro-functions programming language regards, hector. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hector, I appreciate your thoughts, time and knowledge. Héctor Miguel" wrote: hi, ! 2003, 2007 Assume: a VBA project VBAProject(Test) is listed in IDE What VBA code line would "sense" (True/False) if and attempt to open VBAProject(Test) is requested? And/Or if VBAProject(Test) is open in an IDE window? And/Or if the IDE is open? I don't think that vba-code could "sense" if (another) vba-code attempts to enter in a vba-project (???) you can find what (and how) to do in the vbe-ide through code starting from this page: (Chip Pearson): Programming The VBA Editor: http://www.cpearson.com/Excel/vbe.aspx if you need to catch when somebody tries to profanate your macros... you should use/back to the (ancient ?) xl4 macro-functions programming language regards, hector. |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi, !
... I appreciate your thoughts, time and knowledge. thanks for your feed-back (and...) I just try to be a "mirror" of the knowledge from so many others :D regards, hector. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VBA code to ascertain difference between Range1 and Range2 | Excel Programming | |||
Programmatically Open Locked VBAProject | Excel Programming | |||
VBAProject remains open after file is closed | Excel Discussion (Misc queries) | |||
Test for VBAProject Locked from Viewing | Excel Programming | |||
code in VBAProject will not run | Excel Programming |