Skip to content

Commit e797494

Browse files
Merge pull request #7 from sergey-frolov-pets/initial_preparation
Update table records tool added. Readme updated
2 parents 01b0ca0 + 38b53ee commit e797494

File tree

7 files changed

+7
-2
lines changed

7 files changed

+7
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@
2222
- [x] <img src="/static/vba-free.png" width="75"> [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.
2323
- [x] <img src="/static/vba-free.png" width="75"> [Decision making tool](https://github.com/sergey-frolov-pets/excel-helpers/tree/master/tools/decision_maker) - Tool for making decisions based on experts opinions.
2424
- [x] <img src="/static/vba-free.png" width="75"> [Dynamic GANTT tool](https://github.com/sergey-frolov-pets/excel-helpers/tree/master/tools/dynamic_gantt) - Lightweight tool for creating autoupdated GANTT charts based on cells values.
25-
- [x] <img src="/static/vba.png" width="75"> [Snippets v1.0 40 functions in 7 files](https://github.com/sergey-frolov-pets/excel-helpers/tree/master/snippets) - VBA snippets which help to develop your personal VBA-tools.
25+
- [x] <img src="/static/snippets.png" width="75"> [Snippets v1.0 40 functions in 7 files](https://github.com/sergey-frolov-pets/excel-helpers/tree/master/snippets) - VBA snippets which help to develop your personal VBA-tools.
2626
- [x] <img src="/static/vba-free.png" width="75"> [Agenda builder tool](https://github.com/sergey-frolov-pets/excel-helpers/tree/master/tools/agenda_builder) - Tool for creating and updating agendas for importaint events (incl. multidays events).
2727
- [x] <img src="/static/vba.png" width="75"> [VBA XML Comments to Github wiki pages tool](https://github.com/sergey-frolov-pets/excel-helpers/tree/master/tools/vba_xml_comments_to_github_wiki) - Tool for generating Github markdown wiki-pages from VBA modules which contain XML comments.
28+
- [x] <img src="/static/vba.png" width="75"> [Update table records tool](https://github.com/sergey-frolov-pets/excel-helpers/tree/master/tools/update_table_records) - Instrument for joining data from different files (i.e. The table contains information about KPIs from different subsidiaries. You are sending this table to subsidiaries for filling their respective parts and then preparing joint answer for your management).
2829

2930
## Coming:
30-
- [ ] <img src="/static/vba.png" width="75"> Join tables tool - Instrument for joining data from different files (i.e. One table contains information about KPIs from different subsidiaries. You are sending this table to subsidiaries for filling their respective parts and then preparing joint answer for your management)
31+
- [ ] <img src="/static/snippets.png" width="75"> **OmniLogger** - VBA framework for logging events and/or errors from your VBA-code into txt/csv files, Excel range or VBA Immediate window
555 Bytes
Binary file not shown.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[ViewState]
2+
Mode=
3+
Vid=
4+
FolderType=Documents
12.5 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)