Skip to content

Commit 398b07d

Browse files
added "Histogram maker" tool
1 parent b86a81b commit 398b07d

File tree

8 files changed

+7
-6
lines changed

8 files changed

+7
-6
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@
66
~$*.xlsx
77
~$*.xlt
88
~$*.xltm
9-
~$*.xltx
10-
static/VBAfree.png
9+
~$*.xltx

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22
Excel tools and VBA snippets for focused business tasks
33

44
## Done:
5-
- [x] ["Multivalue cells" macro](https://github.com/sergey-frolov-pets/excel-helpers/tree/master/tools/multivalue_cells)- You can keep few values in one cell using special form
5+
- [x] ["Multivalue cells" macro](https://github.com/sergey-frolov-pets/excel-helpers/tree/master/tools/multivalue_cells)- You can keep few values in one cell using special form <img src="/static/vba.png" width="75">
66

7-
- [x] ["Friendly spam sender" tool](https://github.com/sergey-frolov-pets/excel-helpers/tree/master/tools/friendly_spam) - instrument to send personalized template-based emails to the list of recipients.
7+
- [x] ["Friendly spam sender" tool](https://github.com/sergey-frolov-pets/excel-helpers/tree/master/tools/friendly_spam) - instrument to send personalized template-based emails to the list of recipients. <img src="/static/vba.png" width="75">
8+
9+
- [x] ["Histogram maker" tool](https://github.com/sergey-frolov-pets/excel-helpers/tree/master/tools/histogram_maker) - instrument for playing with data ranges to create nice-looking histogram charts <img src="/static/vba-free.png" width="75">
810

911
## Coming soon:
10-
- [ ] **Histogram maker tool** - instrument for playing with data ranges to create nice-looking histogram charts <img src="/static/vba-free.png" width="75">
1112
- [ ] **Dynamic GANTT charts tool** - yet another tool for creating Excel-based GANTT charts <img src="/static/vba-free.png" width="75">
12-
- [ ] ...
13+
- [ ] **Workbook accessor** - Snippets with wrappers to easy work with workbooks in VBA <img src="/static/snippets.png" width="75">
14+
- [ ] **Math and arrays** - Snippets with wrappers to easy work with arrays and some math operations in VBA <img src="/static/snippets.png" width="75">

roadmap/excel-helpers.xmind

13.8 KB
Binary file not shown.

static/snippets.png

4.12 KB
Loading

static/vba.png

3.48 KB
Loading
0 Bytes
Binary file not shown.
358 KB
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)