Can anybody plz help me me out in getting the Javascript code required for transferring the data from an EXCEL SHEET to NOTEPAD
Transfer data from Excel sheet to Notepad
Collapse
X
-
JavaScript would not be able to do this. For one thing JavaScript is a scripting language. Meaning it has to be run in an interpreter. For security reasons it can not access anything outside that interpretor. So even if Excel would run JavaScript, and I do not think it does, it could not access Notepad.Originally posted by smita023Can anybody plz help me me out in getting the Javascript code required for transferring the data from an EXCEL SHEET to NOTEPAD
You should look at VBA or ActiveX to see if they will let you do this. -
Changed the thread title. Please remember to provide a meaningful Title for any threads started (see the FAQ entry Use a Good Thread Title).
This helps to ensure that other members, and also the general public, will have a better chance of finding answers to any similar questions. Thanks!
Moderator.Comment
Comment