Hello! The extract Table Data Wizard works great, afterwords I use the Output Data Table, but then when I use Write Data To Excel activity it gives me that error.
Can you guys give me hand to solve it please?
Hello! The extract Table Data Wizard works great, afterwords I use the Output Data Table, but then when I use Write Data To Excel activity it gives me that error.
Can you guys give me hand to solve it please?
Hi,
Can you try to use Range as the following?
Excel.Sheet("Sheet2").Range("D1")
Regards,
I believe the porblem was that I was using the variable Extract Table 3 times.
When I created a new variable fot the Output Data Table and then used it in the write Data Table to Excel it worked fine.