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


So far so good
I hope You can do something about it
For selected period of time (2 sec or less) on the screen must be shown
specific text. Text is written on the Excel sheet and can be changed if
necessary.
Excel4 has that kind of thing = Wait(Now()+0.00005)
Simple as that :)
Please, can You


--
peteriks
------------------------------------------------------------------------
peteriks's Profile: http://www.excelforum.com/member.php...o&userid=37011
View this thread: http://www.excelforum.com/showthread...hreadid=572955

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default Hi Trevor :)

VBA has a wait function as well. See help in the VBE.

--
Regards,
Tom Ogilvy


"peteriks" wrote:


So far so good
I hope You can do something about it
For selected period of time (2 sec or less) on the screen must be shown
specific text. Text is written on the Excel sheet and can be changed if
necessary.
Excel4 has that kind of thing = Wait(Now()+0.00005)
Simple as that :)
Please, can You


--
peteriks
------------------------------------------------------------------------
peteriks's Profile: http://www.excelforum.com/member.php...o&userid=37011
View this thread: http://www.excelforum.com/showthread...hreadid=572955


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Hi Trevor :)


GOOD :)
This example displays a message indicating whether 3seconds hav
passed.
If Application.Wait(Now + TimeValue("0:00:03")) Then
MsgBox "Time expired"
End If

BUT
how to tell to macro to display this message for period of 3 second
(even less than 1 seocnd)

Thank's
Peterik

--
peterik
-----------------------------------------------------------------------
peteriks's Profile: http://www.excelforum.com/member.php...fo&userid=3701
View this thread: http://www.excelforum.com/showthread.php?threadid=57295

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
Trevor - Round Up/Down ? TQ Excel Worksheet Functions 0 July 28th 06 07:19 AM
Thanks Trevor Shuttleworth Calypsoblur[_3_] Excel Programming 1 November 10th 03 07:58 AM


All times are GMT +1. The time now is 05:07 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"