Hello,
iwant to write data to the last Excel spreadsheet. The problem or difficulty is that the path is a variable. If I enter the variable as a path, it also finds the file and I can have the information read out of a column. The problem is when I try to add a line I have to specify a line as well. Since the number of rows can change, I cannot always set this to a fixed value. I thought about setting the line once as a variable and writing the entries in the background and then always adding them up. Is there an easier way to do this ? Many thanks in advance.