Skip to content

Commit

Permalink
Improve Loading into Excel instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
khaled-alshamaa authored Feb 9, 2021
1 parent 7e5450c commit 199f9a3
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,18 @@ Generate the Code 128 Barcode, including the checksum. [Output font is Libre Bar
|OLC2DD|=olc2dd(C7, 2)|8G5QRX6R+65|35.990375|
|Barcode|=barcode(C10)|C0M2Pe1AzUn4R|ÌC0M2Pe1AzUn4RjÎ|

## Loading Into Excel

1. Start Excel
2. Select the menu option Tools > Macro > Visual Basic Editor
3. After the project window opens, select the menu option File > Import File and import the ICARDA_Toolkit.bas file. This will add the functions to the current workbook.

## Loading Into OpenOffice/LibreOffice
## Loading into Excel

1. Download the ZIP file of this VBA toolkit > unzip it somewhere on your computer.
2. Start Excel > right-click on the worksheet name tab > click "View Code".

_This will open the "Microsoft Visual Basic for Application" editor window._
3. In the "Microsoft Visual Basic for Applications" window > File menu > click "Import File...".
4. Browse to the "ICARDA_VBA_Toolkit.bas" file and import it, then close this MS VBA window.

_This will add toolkit functions to the current workbook._

## Loading into OpenOffice/LibreOffice

To add the library to a OpenOffice or LibreOffice spreadsheet, follow these steps (this example uses LibreOffice):

Expand Down

0 comments on commit 199f9a3

Please sign in to comment.