dkshkljf dkshkljf
Мудрец
(16060)
12 часов назад
Макросы для ЧЕГО???
Держи для VBA. Все написать не могу, их - сотни.
.
Application.Wait Method
Pauses a running macro until a specified time. Returns True if the specified time has arrived.
Syntax
expression.Wait(Time)
expression A variable that represents an Application object.
Parameters
Name Required/Optional Data Type Description
Time Required Variant The time at which you want the macro to resume, in Microsoft Excel date format.
Return Value
Boolean
.