Hello. I am sure this must be possible in VB, but am having trouble finding resources to help me understand the process of how to go about it. I am using Visual Studio 2019 with Visual Basic.NET
I want to write programs to examine data on stress testing and finite element analysis which has been recorded in CSV form and then put into an Excel file. It's a pretty simple thing, I thought. I not only want to be able to put in extra information in cells whose position is determined by the program based on what is already there, but also write a program to compare information contained in cells and return to me values and information based on what is there, if that makes sense.
Can anyone please recommend a resource that would outline the basic concepts and syntax on how to go about this? I think it should be a fairly simple combination of If Then loops, but the information provided on the Microsoft Docs page about Excel Solutions is talking about starting with a new workbook and inserting data, instead of analysing information in an existing workbook.
Thanks very much :)
I want to write programs to examine data on stress testing and finite element analysis which has been recorded in CSV form and then put into an Excel file. It's a pretty simple thing, I thought. I not only want to be able to put in extra information in cells whose position is determined by the program based on what is already there, but also write a program to compare information contained in cells and return to me values and information based on what is there, if that makes sense.
Can anyone please recommend a resource that would outline the basic concepts and syntax on how to go about this? I think it should be a fairly simple combination of If Then loops, but the information provided on the Microsoft Docs page about Excel Solutions is talking about starting with a new workbook and inserting data, instead of analysing information in an existing workbook.
Thanks very much :)