excel 2003 + macro help
You have the solution at your other post.
Neil Holden wrote:
Please tell me what i'm doing wrong, i want the entire excel document to
close??
Call Application.OnTime(Now + TimeValue("00:00:15"),
"ThisWorkbook.Auto_Close")
Thanks.
--
Dave Peterson
|