|
|
От: |
Flap
|
|
| Дата: | 08.05.06 20:52 | ||
| Оценка: | |||
S> if checkbox1.Value=true then
S>For Each sh In Sheets
S>sh.Visible = False
S>Next sh
S>Application.Sheets("sheet1").Visible = True
S>Application.Sheets("sheet1").Activate
S>end if
S>