Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Copy Data from Notepad
#2
Solved: 10 Years, 10 Months, 2 Weeks ago
Try this code

Code:
Set fso = CreateObject("Scripting.FileSystemObject")
Set ObjFile = fso.OpenTextFile ("D:\NotePad.txt",1,TRUE)
StrChar = ObjFile.ReadAll
msgbox StrChar
Reply


Messages In This Thread
Copy Data from Notepad - by jegansurya - 07-03-2012, 05:16 PM
RE: Copy Data from Notepad - by ssvali - 07-03-2012, 05:43 PM
RE: Copy Data from Notepad - by jegansurya - 07-04-2012, 11:40 AM
RE: Copy Data from Notepad - by Shridevi.Salagare - 07-04-2012, 05:31 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Fifth word from every thousand line in notepad files. sallu.iet@gmail.com 0 863 01-17-2020, 09:58 AM
Last Post: sallu.iet@gmail.com
  Copy file to network shared location sams001 0 2,989 04-03-2013, 02:10 AM
Last Post: sams001
  How To Copy a text in a .txt file adelitza 0 2,280 09-03-2012, 07:29 PM
Last Post: adelitza
  How to copy .tsr and .qfl file and everything to QC? chong67 4 4,167 06-08-2012, 10:06 AM
Last Post: sshukla12
Exclamation Want to copy object from 1 repository to another Amol 3 10,783 06-01-2012, 04:47 PM
Last Post: falvi

Forum Jump:


Users browsing this thread: 1 Guest(s)