PDA

View Full Version : Copy several text field from Outlook and paste in other application



Groom
03-03-2009, 11:49 AM
Hi
Can anyone help me with this following issue?
I don't really know how I should write the hole thing (receiving errors).

Here is the link
vbforums.com/showthread.php?t=559252

Thanks in advance

PS: VBA 6.3 and Outlook 2003
BR
/Groom

Charlize
03-05-2009, 05:42 AM
It's doable to automate this by using some api calls and sending keystrokes to the window with the title CNC Write. But it's going to be a lot of work to find something that works (This isn't even a bulletproof method.). And you will have to explain very detailed about what needs to be placed where.

First look at your program tells me this :

1. program opens always with the first number field selected : the height of the text parameter
2. the second half of the form has always the sequence tab selected
3. 18 tabs has focus on sequence tabs
4. using 3 left arrow pushes gets me to the free from tab
5. one tab lets me fill something in for this tab.

Charlize