I am trying to get excell to send information to a program called Visual Manufacturer. Is there a way to use the sendkey command? Or is there a different way that may work better?
Like if i wanted to send 7091 and the enter key to the program.
You could use Sendkeys but I would explore every other possible option first. Sendkeys is very unreliable.
First I would check to see if there is a type library provided by Visual Manufacturer. To check, go into the visual basic editor and select Tools then References. Scroll thru the list and see if you can find a reference for it.
If not, check the help files in Visual Manufacturer and see if it has DDE capabilities.
See if either of these two options are viable before considering Sendkeys.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.