Home |
Search |
Today's Posts |
#7
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() .... Of course theres no point in using global variables. That's a kind of dirty hacking ;-). Why? at first of all VBA is object orientated. at second, far more important, it's far easier for maintenance and understanding the structure of the code if global variables are not used. So there are only the interfaces as the gates for the datas beeing handed over. and atleast: backdoors, as i regard globals, are something suspicious ;-)) (: ChFa |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Passing a Forms Control to Function | Excel Programming | |||
passing variables between 2 forms | Excel Programming | |||
Passing variables between forms | Excel Programming | |||
Why is the information on preview screen differnt than on normal . | Excel Worksheet Functions | |||
User Forms - passing data between them | Excel Programming |