B
Bob Graham
This code:
txRate.Text = Format(payRate, "C")
(payRate is already succesfully set to a value such as 15D)
takes about 3-4 seconds to run the first time, after that it's plenty fast.
What makes it slow on the first call?
Bob Graham
txRate.Text = Format(payRate, "C")
(payRate is already succesfully set to a value such as 15D)
takes about 3-4 seconds to run the first time, after that it's plenty fast.
What makes it slow on the first call?
Bob Graham