07-03-2012, 05:16 PM
In my java application we are copy & paste date from notepad to java table.
I want to know how to copy all the data from notepad.
I want to know how to copy all the data from notepad.
Copy Data from Notepad
|
07-03-2012, 05:16 PM
In my java application we are copy & paste date from notepad to java table.
I want to know how to copy all the data from notepad.
07-03-2012, 05:43 PM
Try this code
Code: Set fso = CreateObject("Scripting.FileSystemObject")
07-04-2012, 11:40 AM
Hi ssvali,
Your code is not working for me. My Functionality is below and see attachment for reference. 1) Need to copy all the data from notepad. 2) Select the first row in java table. 3) Paste the data by press "CTLR+V". Note: Simply want to say means i want to copy & paste data in java table I don't have excel.
07-04-2012, 05:31 PM
(This post was last modified: 07-04-2012, 05:32 PM by Shridevi.Salagare.)
Please try below code -
Code: Create objFSO = CreateObject("Scripting.FileSystemObject") ("Object where you want to paste.")Type micCtrlDwn + "V" + micCtrlUp Make sure that all the other notepads are closed when you execue this ..As if more notepads are open it will not be able to recognize the object. |
« Next Oldest | Next Newest »
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Fifth word from every thousand line in notepad files. | sallu.iet@gmail.com | 0 | 943 |
01-17-2020, 09:58 AM Last Post: sallu.iet@gmail.com |
|
Copy file to network shared location | sams001 | 0 | 3,165 |
04-03-2013, 02:10 AM Last Post: sams001 |
|
How To Copy a text in a .txt file | adelitza | 0 | 2,384 |
09-03-2012, 07:29 PM Last Post: adelitza |
|
How to copy .tsr and .qfl file and everything to QC? | chong67 | 4 | 4,354 |
06-08-2012, 10:06 AM Last Post: sshukla12 |
|
Want to copy object from 1 repository to another | Amol | 3 | 11,083 |
06-01-2012, 04:47 PM Last Post: falvi |