Hi,
Is anybody experienced here for first export, there is the same exported data in excel.
Let say i have a table below, in my code i exported Apple on my first export using .ActiveCell.CopyFromRecordset rstApple and my second export is .ActiveCell.CopyFromRecordset rstOrange for Orange, but the data on Apple is also being exported to Orange. When reexport again, its now corrected.
My question, why it is happened on first export that Apple is being exported for Orange file as well.
Is anybody experienced here for first export, there is the same exported data in excel.
Let say i have a table below, in my code i exported Apple on my first export using .ActiveCell.CopyFromRecordset rstApple and my second export is .ActiveCell.CopyFromRecordset rstOrange for Orange, but the data on Apple is also being exported to Orange. When reexport again, its now corrected.
My question, why it is happened on first export that Apple is being exported for Orange file as well.
Name | Address | CharCode |
Apple | US | o |
Orange | PL | s |
Apple | US | p |
Apple | UK | l |
Orange | DE | o |
Kiwi | MY | p |
Kiwi | MY | r |