• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Hit Enter button Command in VBA at specific time

Is there any option available to hit Enter button command in VBA at specific time ?


Thanks in Advance....
Regard!
Mehmud
 
You can use Application.OnTime() method of VBA..but in order to have this method executed, you need to have that workbook where this code is written is in opened or using the Task Scheduler of windows open the file at specific interval and call the method to execute your code under the workbooks_Open() event..
 
Back
Top