Код |
---|
ActiveWindow.ScrollRow = Range("test").Row |
Прокрутка до именованной ячейки
Интересные вопросы по VBA
Интересные вопросы по VBA
12.11.2012 01:59:18
Цитата из ссылки: "If the procedure has a genuine need to change the underlying element in the calling code, declare the corresponding parameter ByRef (Visual Basic). If the correct execution of the code depends on the procedure changing the underlying element in the calling code, declare the parameter ByRef. If you pass it by value, or if the calling code overrides the ByRef passing mechanism by enclosing the argument in parentheses, the procedure call might produce unexpected results." Пост Владимира (ZVI) с "задачкой на послетяпницу": |
|
|
Автоматически и скрыто обновлять
Подсчет количества "написаний" в определенную ячейку и вывод результата в другую ячейку.