home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2002 December (Special)
/
PCWorld_2002-12_Special_cd.bin
/
Special_komplet
/
special_komplet.exe
/
Protbars.mak
< prev
next >
Wrap
Text File
|
2002-01-03
|
262b
|
8 lines
Bars = Array("Menu Bar", "Standard", "Formatting")
Lista = 2
For i = 0 To Lista
CommandBars(Bars(i)).Protection = msoBarNoChangeDock _
+ msoBarNoMove + msoBarNoCustomize + msoBarNoChangeVisible
'CommandBars(Bars(i)).Protection = msoBarNoProtection
Next i