Results 1 to 5 of 5

Data capture, paste

Threaded View

  1. #1
    Registered User
    Join Date
    11-01-2009
    Location
    Bomlo, Norway
    MS-Off Ver
    Excel 97, Excel 2007
    Posts
    7

    Data capture, paste

    Does anyone have suggestions how to automate the following;

    I have a list containing several hundred names; ABC, DEF, GHI, etc.

    My VBA loops throught this NameList, - one by one, until the list is empty, and for each loop, the VBA shall exit Excel { thru a shell command..? } and enter into a third-party application, to copy some information from this application into the Windows Clipboard. (Manually this works...).

    This is done if the following keysequence is peformed while I am into the third-party program;

    "ABC[Enter][ctrl-A][Ctrl-C]"

    Of couse Excel must change ABC to DEF for the second round, etc.

    So, for each round my program will have new data in clipboard, that the rest of my VBA puts in an appropriate place. This works..

    But my problem is how to handle the key command line, while outside the Excel VBA.

    Anyone have suggsetions on how to do this..?
    Last edited by Jiser001; 02-21-2010 at 11:15 AM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1