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,
|