Search found 1 match
- Fri Mar 24, 2023 3:02 am
- Forum: Bug Reports
- Topic: Table.save to row+1
- Replies: 0
- Views: 141009
Table.save to row+1
When exporting av table to Excel using Table.Save, the table is exported to expected row + 1, rather than expected row. 'Create test table Create u 1 1 Table tab tab(1,1) = "a" tab(1,2) = "b" tab(2,1) = 100 tab(2,2) = 100 'Save example file in same directory as prg-file %Path = @...
