Transfer data from Excel sheet to Notepad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • smita023
    New Member
    • Apr 2008
    • 1

    Transfer data from Excel sheet to Notepad

    Can anybody plz help me me out in getting the Javascript code required for transferring the data from an EXCEL SHEET to NOTEPAD
  • pronerd
    Recognized Expert Contributor
    • Nov 2006
    • 392

    #2
    Originally posted by smita023
    Can anybody plz help me me out in getting the Javascript code required for transferring the data from an EXCEL SHEET to NOTEPAD
    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.

    You should look at VBA or ActiveX to see if they will let you do this.

    Comment

    • acoder
      Recognized Expert MVP
      • Nov 2006
      • 16032

      #3
      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

      Working...