PDA

Click to See Complete Forum and Search --> : automatic close


mohfa
Dec 18th, 2004, 04:15 AM
hi every body i am new here and i have a question i work with excel so i want :

put a lebel on my workbook and when this work book is opend the label caption will be automaticly in minutes ( i mean the caption will be exemple : 5 minutes ) and when this 5 minutes in finished the workbook will be automaticly saved and closed .

so : the woorkbook will be automaticly saved and closed and elapsing time is appeared on this label


please help me i need it

RobDog888
Dec 18th, 2004, 12:48 PM
Welcome to the Forums.

You can use the Application.OnTime property to invoke a close/quit event.

HTH