Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: vviti
  • Content: Threads
  • Order by date
  1. vviti

    how to increment the Excel column index in vb

    I am trying to copy data columns from multiple files into an Excel sheet, each data column to be added to a new column in my active sheet. How can I increment the column index in a DO loop? I tried two different approaches: 1) increment = 1 Column = "E " + increment.ToString() <= this is...
  2. vviti

    reading a simple datafile and storing info

    I am wondering if there is an easy way to read in structured text datafiles and assign to an array element each value read in. This is something very simple in Fortran or C, but so far it's been eluding me in .net. What I am doing now is that I read in a file and read line by line and split...
  3. vviti

    problem with SaveDialogBox/Tecplot

    Hi, I am trying to supply Tecplot with an input file from within my VB.NET code. However, I am finding that I can run Tecplot just fine through MyProcess but, when I am trying to set the MyProcess.Startinfo.Arguments variable it does not work because of the blanks in the path. Private Sub...
  4. vviti

    running tecplot from .net

    Hi there, I'm a newbie to VB.net. I have a VB program that creates a datafile that I'd like to plot in Tecplot. How can I call/start Tecplot from within VB.net? Thanks!

Part and Inventory Search

Back
Top