Results 1 to 2 of 2

Thread: Excel and VB

  1. #1
    Guest

    Post

    I am currently trying to write a VB program involving an array of data from a test bench
    using a oscilloscope and GPIB with a GUI in VB6.

    I need to save the array of data to a file (GUI Save as file) and then automatically open a Excel graph which will transfer the data to a graphical representation ?

    Do i need to write a Macro for the Excel program ?

    Does anybody have any suggestions as my VB programming is very poor !

    Thank you !

  2. #2
    Addicted Member
    Join Date
    Jun 1999
    Location
    Los Angeles
    Posts
    186

    Post

    Hi there, you can actually work directly with excel from VB. Excel is COM, so you can use it in your application. I'm not an expert but you create the excel object and use its methods and properties to do whatever you want to. Try searching VB and Excel on Altavista or the microsoft.com search.

    Good luck,

    André

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