Consulting

Results 1 to 2 of 2

Thread: Copy several text field from Outlook and paste in other application

  1. #1

    Copy several text field from Outlook and paste in other application

    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

  2. #2
    VBAX Master
    Joined
    Jul 2006
    Location
    Belgium
    Posts
    1,286
    Location
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •