A library for importing ones balances, networth, staking, rewards, lending & farming rates, dex volume & fees, uniswap new pairs into Excel
CRYPTOPRICE.mov
CRYPTOBALANCE.mov
CRYPTONETWORTH.mov
This guide provides detailed instructions on how to install CryptoTools in Excel, including adding necessary modules and references.
- Open Excel and go to the
File
tab. - Select
Options
to open the Excel Options dialog box. - In the dialog, choose
Customize Ribbon
. - In the right pane, check the box next to
Developer
. - Click
OK
to add the Developer tab to your Excel ribbon.
- Click on the
Developer
tab in the Excel ribbon. - Select
Visual Basic
to open the VBA editor. - In the VBA editor, right-click on
VBAProject (YourWorkbookName)
in the Project Explorer. - Choose
Insert
, thenModule
to add a new module.
- In the VBA editor with the new module selected, go to
File
>Import File
. - Navigate to the location of your
CryptoTools.bas
file. - Select the file and click
Open
to import it.
- Repeat the process of adding a new module.
- Import
JsonConverter.bas
using the same method as forCryptoTools.bas
.
- In the VBA editor, click on
Tools
>References
. - Scroll and find
Microsoft Scripting Runtime
. - Check the box next to it.
- Click
OK
to add the reference.
After following these steps, your Excel workbook will be set up with the necessary modules and references for CryptoTools.