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...
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...
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...
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!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.