Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 846
Default OnTimer Event

Thanks for taking the time to read my question.

Is there an OnTimer event in Excel, like there is in Access.

I have a form that I want to show for a few seconds when my Excel Workbook
opens. Just to show some general info like version, who make the workbook,
etc..

Timer in Excel doesn't seem to work the same way. The help file says it
helps calculate the time from midnight to now.

Thanks again.

Brad
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,080
Default OnTimer Event

Perhaps something like:

Private Sub UserForm_Activate()
Application.Wait Now + TimeValue("00:00:05")
Unload Me
End Sub

--

Vasant

"Brad" wrote in message
...
Thanks for taking the time to read my question.

Is there an OnTimer event in Excel, like there is in Access.

I have a form that I want to show for a few seconds when my Excel Workbook
opens. Just to show some general info like version, who make the

workbook,
etc..

Timer in Excel doesn't seem to work the same way. The help file says it
helps calculate the time from midnight to now.

Thanks again.

Brad



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default OnTimer Event

See Chip Pearson's page on the Ontime Function

http://www.cpearson.com/excel/ontime.htm

--
Regards,
Tom Ogilvy


"Brad" wrote in message
...
Thanks for taking the time to read my question.

Is there an OnTimer event in Excel, like there is in Access.

I have a form that I want to show for a few seconds when my Excel Workbook
opens. Just to show some general info like version, who make the

workbook,
etc..

Timer in Excel doesn't seem to work the same way. The help file says it
helps calculate the time from midnight to now.

Thanks again.

Brad



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 846
Default OnTimer Event

That Worked Perfectly!!! And the fact that the user can't do anything is ok
in my case too.

Thanks!

Brad

"Vasant Nanavati" wrote:

Perhaps something like:

Private Sub UserForm_Activate()
Application.Wait Now + TimeValue("00:00:05")
Unload Me
End Sub

--

Vasant

"Brad" wrote in message
...
Thanks for taking the time to read my question.

Is there an OnTimer event in Excel, like there is in Access.

I have a form that I want to show for a few seconds when my Excel Workbook
opens. Just to show some general info like version, who make the

workbook,
etc..

Timer in Excel doesn't seem to work the same way. The help file says it
helps calculate the time from midnight to now.

Thanks again.

Brad




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Change event and calculate event Antje Excel Programming 1 March 29th 05 09:03 PM
user form-on open event? keydown event? FSt1[_3_] Excel Programming 2 August 5th 04 02:26 PM
Event Procedures: Event on Worksheet to fire Event on another Worksheet Kathryn Excel Programming 2 April 7th 04 07:35 PM
change event/after update event?? scrabtree23[_2_] Excel Programming 1 October 20th 03 07:09 PM
OnTime event not firing in Workbook_Open event procedure GingerTommy Excel Programming 0 September 24th 03 03:18 PM


All times are GMT +1. The time now is 04:15 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"