alternative

    All the computer programs in this section are either computer programs I designed and implemented from scratch or severely modified in such extend that I can safely call them mine. Feel free to download them, make your own modifications to them and learn your lessons as you go along the procedure.


  • CONTENT INITIALISATION FOR SPREADSHEET CELLS IN A PARTICULAR COLUMN
    This program (Script) initialises (blank) cells in a specific column, chosen by the user.

    Download "ClearShells"

  • COPY CELL CONTENTS FROM ONE SPREADSHEET TO ANOTHER SPREADSHEET
    This program copies the contents of a column at a range specified by the user, from one spreadsheet to another spreadsheet. The program can easily be extended to cover cases requiring the copying of data from several different columns and rows.

    Download "SelectAndCopy"