I have users working in two applications. They have to copy a driver's license value from App1 and paste it into App2. However, App2 only accepts the number portion of the driver's license, not the (first two characters) state abbreviation. My users would like a way to just copy all but the first two characters without having to select it with the mouse because of user error in making the selection. Doesn't seem like a big deal, but it takes each user a couple seconds to copy. Multiply that by 50 users and 2,000+ records per day and it starts to impede productivity.
App1 has the capability to run external programs, such as .vbs files. I'd like to figure out a way using vbs to copy the applicable portion of the value (by dropping the first two characters) to the clipboard. From the research I've done, it looks like this can be done with the window.clipboardData.setData sub, but I'm not sure how to set the variable up to extract the data (without the first two characters) from the field.
Any help would be greatly appreciated.
stinsman
App1 has the capability to run external programs, such as .vbs files. I'd like to figure out a way using vbs to copy the applicable portion of the value (by dropping the first two characters) to the clipboard. From the research I've done, it looks like this can be done with the window.clipboardData.setData sub, but I'm not sure how to set the variable up to extract the data (without the first two characters) from the field.
Any help would be greatly appreciated.
stinsman