Results 1 to 4 of 4

Thread: VB Textbox to Excel [Resolved]

Threaded View

  1. #1

    Thread Starter
    Member
    Join Date
    Apr 2005
    Posts
    33

    Resolved VB Textbox to Excel [Resolved]

    Hi there,

    I have a textbox on my VB form which contains the following.

    VM-1 Control Computer running Venom-SC
    Version 2004 01 08
    Copyright 2000-2004 Micro-Robotics Ltd.
    Clear memory: Y/N/S ?N
    -->init
    -->main
    ==>print fs
    RAM Filesystem files: (* = open)
    17-05-05-0944 116
    17-05-05-1215 116
    17-05-05-1224 116
    17-05-05-1329 44
    17-05-05-1338 136
    17-05-05-1347 136
    17-05-05-1354 136
    17-05-05-1406 136
    17-05-05-1417* 156
    Free space 56 blocks = 28672 bytes
    ==>print freqvalue
    87
    87
    87
    87
    96
    68
    68
    68
    68
    68
    68
    68
    68
    121
    31
    31
    31
    21
    -39
    60
    60
    60
    60
    60
    60
    60
    60
    60
    60
    60
    60
    60
    60
    60
    60
    -39
    60
    60
    -139
    ==>

    The number of integers varies each time i run the program.

    What i need to do is extract the integers between the lines ==>print freqvalue and ==>.

    These values must then be automatically sent to an Excel file where each integer will appear in a different cell of the first column.

    I already have code which sends the entire contents of the textbox to a single cell (A1).

    Can anyone help?
    Last edited by royshh; May 18th, 2005 at 11:30 AM.

Posting Permissions

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



Click Here to Expand Forum to Full Width