Hello Guys
I will slowly despair... I have a problem. I need to expand the "Excel Buffer" with a function with 2 parameters. First parameter "From Cell" second Parameter "To Cell". Then i need somehow to Delete all Rows between this 2 Parameters. Somehow i have tried with multiple DotNet's but nothing works!! It should be connected with the Worksheet .net used in the Excel Buffer.
It can't be that hard
can you guys help me?
best regards
CroRaptor
Answers
DeleteRows(Row1 as int, Row2 as int,NewTempRec as Excel Buffer pass-by-var)
Within this function, I'd copy existing records from source-table into the NewTempRec except the rows between Row1 and Row2.
And the I would export NewTempRec into Excel file.
I have actually a Template which i always need to change a bit. As the data is not in the excel buffer i have to delete.
Anyway thanks for your time
See https://forum.mibuso.com/discussion/73169
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!