02-03-2022
06:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
02-03-2022
06:20 AM
Hi @hldr. I think you may be talking about this.
Dim oVals As IList(Of String) = {"assembly1", "assembly1", "assembly1", "assembly1", "assembly1", "assembly1" }
GoExcel.CellValues("H2", "H7") = oVals
That will write that set of values to all the cells in a single column, which you specify the starting cell and end cell for. I just used data already seen in your Excel image, as an example.
Wesley Crihfield
(Not an Autodesk Employee)