vb vs2022 excel

  1. R

    Question can write to Excel cell in VB but cannot read from it

    I’m using VB.Net in Visual Studio 2022. In the following code, writing to the cell works. You can see the new value if you put a watch on it. Dim ExcelApp As New Excel.Application Dim ExcelWBs As Excel.Workbooks Dim ExcelWB As Excel.Workbook Dim ExcelWS As Excel.Worksheet...
Back
Top