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...
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...
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
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.