+ Reply to Thread
Results 1 to 2 of 2

One i'm stumped on

  1. #1
    Registered User
    Join Date
    03-10-2004
    Posts
    45

    One i'm stumped on

    I'm stumped on where to go next.
    I am retrieving information from a system and need to input the 3 data variables it gets into specific cells in the open spreadsheet the spreadsheet being used has the code. This is what I have so far. I can get it to get the information but do not know how to get it to write it into the open sheet. TIA

    Goto_GEMTS_Screen "W1D", 6, 17


    While Not EOF(InputFileNo) 'While not at the end of the file loop
    Line Input #InputFileNo, InputToData
    Wo = GetField(InputToData, 1, ",") 'Use's work orders from a .csv file

    PutStringEOF Wo, 5, 24 'Inputs work order to the system
    HitEnter
    GetString Wo, 5, 24, 8 'Work Order Number
    GetString PD, 6, 24, 47 'Problem Description
    GetString PR, 12, 24, 1 'Priority
    Sheets("Finalized").Select
    Range("b3").Select

    --- This is where I need it to input what it is pulling-----

    Wend

  2. #2
    Registered User
    Join Date
    03-10-2004
    Posts
    45

    Bump

    Bumping....any help

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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