Hi
I wanted to copy and transfer the raw data (along with spaces) from a worksheet to a notepad automatically every 5 minutes by replacing the existing data in the same notepad.
i have many Worksheets in the Workbook, in which i wanted to export data from a particular Worksheet called "SPOT", Range from A2:Y90.
Notepad file saved in the location C:\ drive in the name of 'collection' in .txt format , C:\collection.txt .
I have googled and tried various methods but none has matched my criteria yet. The below code does the job partially but not exactly what i wanted.
This code is working, but what it does is, it is copying and pasting everything in a transposed manner like changing all native rows to a single column in Notepad.
Is it not possible to copy and paste the data in raw native format in Notepad as how it displays with tab spaces when we copy and paste it manually from Excel to Notepad!?
Thanks awaiting for your assistance, Thank you.
Bookmarks