• 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.

I want Macro

Abhijeet

Active Member
Hi

I want macro from data in 1 workbook give random number after every 2 min in 2 workbook can show & Close that 2 workbook & open that workbook after 2 min again same.Please help for this.I use RANDBETWEEN formula but I want macro
 
try application.ontime

You can set a timer to call a given function. That function can open a workbook, spit out a number, and close the workbook.
 
Back
Top