|
1 | 1 | # VBA helpers
|
| 2 | + |
2 | 3 | ## 1. What is it
|
3 |
| -This is a [VBA](https://en.wikipedia.org/wiki/Visual_Basic_for_Applications) code snippets collection intended to solve common Excel programming tasks like: |
4 |
| -- [get the last row on a sheet](https://vbahelpers.ru/search?type=n&query=getlastrow) |
5 |
| -- [create a new worksheet](https://vbahelpers.ru/search?type=n&query=createws) |
6 |
| -- [set cell's background color](https://vbahelpers.ru/search?type=n&query=setbackcolor) |
7 |
| -- and [many others](https://vbahelpers.ru/categories). |
| 4 | +https://vbahelpers.ru is an open source [procedures / functions collection](https://github.com/akzhar/vba-helpers-api/tree/main/data/code) intended to solve general Excel programming tasks like: |
| 5 | +- [find the last row](https://vbahelpers.ru/search?type=n&query=getlastrow) |
| 6 | +- [create a worksheet](https://vbahelpers.ru/search?type=n&query=createws) |
| 7 | +- [color the range](https://vbahelpers.ru/search?type=n&query=setbackcolor) |
| 8 | +- and [many others](https://vbahelpers.ru/categories) |
8 | 9 |
|
9 | 10 | ## 2. How it works
|
10 |
| - |
11 | 11 | <img src="https://raw.githubusercontent.com/akzhar/vba-helpers/main/demo.gif" alt="demo" title="demo" width="100%"/>
|
12 | 12 |
|
13 | 13 | ## 3. Links
|
14 |
| -- [VBA helpers application](https://vbahelpers.ru) |
15 |
| -- [VBA helpers API repository](https://github.com/akzhar/vba-helpers-api) |
16 |
| - |
17 |
| -## 4. App description |
18 |
| -You can easily search the helper that is suitable for your needs. |
19 |
| - |
20 |
| -All the helpers are [stored](https://github.com/akzhar/vba-helpers-api/tree/main/data) as plain text files and supplied with an example of usage so you can easily apply it in your project. |
21 |
| - |
22 |
| -### 5 ways to search: |
| 14 | +- [JSON API repository](https://github.com/akzhar/vba-helpers-api) |
23 | 15 |
|
| 16 | +### 4. How to find a helper |
24 | 17 | - [search by title](https://vbahelpers.ru/search?type=t)
|
25 | 18 | - [search by category](https://vbahelpers.ru/search?type=k)
|
26 | 19 | - [search by keywords](https://vbahelpers.ru/search?type=k)
|
27 | 20 | - [search by name](https://vbahelpers.ru/search?type=n)
|
28 | 21 | - [search by id](https://vbahelpers.ru/search?type=i)
|
| 22 | +- [search right from Excel](https://vbahelpers.ru/search-from-xlsx) 🔥 |
29 | 23 |
|
30 | 24 | ## 5. Install dependencies
|
31 | 25 | `git clone repo_url` → `cd ./repo-folder` → `npm ci`
|
|
0 commit comments