Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
When I change "Sub WBMoved" to
"Private Sub WBMoved" Can it be accessed from other worbooks? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
yes if you use "run"
Sub test_run() Run "Book1.xls!SubInOtherWB" End Sub no if you use reference. Sub test_callByName() SubInOtherWB End Sub "Fan924" wrote in message ... | When I change "Sub WBMoved" to | "Private Sub WBMoved" | Can it be accessed from other worbooks? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks
|
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Event macro does not run a Private sub | Excel Programming | |||
Improve method of calling a private function in a private module | Excel Programming | |||
Calling a public Macro from a Private Macro | Excel Programming | |||
re : Possible to run private sub macros by writing another private | Excel Programming | |||
Private Sub Running Other Private Sub Inadvertently | Excel Programming |