B
Bruce Maston
After you use VBA.SendKeys ("^c") to capture data in a textbox, is there a
way to assign this information to a variable?
A simple line of code strVariable = VBA.SendKeys ("^v") gets a compile error
"expected function or variable"
Thank you.
way to assign this information to a variable?
A simple line of code strVariable = VBA.SendKeys ("^v") gets a compile error
"expected function or variable"
Thank you.