Hi,
I am trying to export data from an xlsm to a new xls.
But the problem is that it only copies the first row and I need a table to be copied.
My macro is this one:
Sub ExportarTXT()
Worksheets("Import").Activate
If Sheets("Import").Activate Then
Range("A1").Select
If...