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!

Recent content by vviti

  1. vviti

    how to increment the Excel column index in vb

    placeholder! Still in need of know-how! V
  2. vviti

    how to increment the Excel column index in vb

    Hi PHV and thanks for your reply. However, when I do this the result is that rather than seeing column "F" as desired I see column "E1" which is an error: Column = "E" & increment newColumnName = Column & ":" & Column Result: newColumnName="E1:E1" I tested with increment defined as...
  3. 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...
  4. 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...
  5. vviti

    problem with SaveDialogBox/Tecplot

    Thanks a lot! That was helpful! I could use the get.filename(string) from the system.IO and that did it!
  6. 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...
  7. vviti

    running tecplot from .net

    Thanks!
  8. vviti

    running tecplot from .net

    yes, but it does not apply. I think what i am looking for is more of a call command that can start tecplot. Once I have tecplot started I can use the ADK or just the standard input to read in tecplot my data file I'm looking at the excel/powerpoint example and probably that's what I should do
  9. 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