beetlebailey
Programmer
I have a simple Excel VBA query as follows:
SQL="Select Hour1 from vpd where line=502"
Now how do get the results of Hour1 assigned to a variable H
H = integer of 1 to 300. This seems simple enough but I am having a rough time of it.
Thanks in advance, Mark
SQL="Select Hour1 from vpd where line=502"
Now how do get the results of Hour1 assigned to a variable H
H = integer of 1 to 300. This seems simple enough but I am having a rough time of it.
Thanks in advance, Mark