View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tom Joseph Tom Joseph is offline
external usenet poster
 
Posts: 51
Default Wait with TimeValue using the seconds from a worksheet cell

I am trying to substitue the following:

Application.Wait Now + TimeValue("0:0:5")

With a TimeValue that uses a cell value as the number of seconds, for
example from Worksheets("Tables").Range("C9")

Can someone please help with the proper syntax format?

Thanks,