Skip to content

Commit d5fedf8

Browse files
authored
docs: update README.md
1 parent f8c34bf commit d5fedf8

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

README.md

+11-13
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,21 @@
1-
## Questionnaire Helper
2-
### VBA-UserForm that helps you to make your questionnaire processing easier
1+
## Помощник Анкетирования
2+
### Пользовательская форма, написанная на VBA, помогающая в обработке анкет
33

4-
#### Hey there!
4+
#### Привет!
55

6-
Say hello to our awesome Questionnaire Helper – the ultimate tool to make dealing with surveys a breeze! Tired of the survey shuffle? Our app is here to save the day.Imagine creating, sending, and sorting surveys without breaking a sweat. It's like magic – just a lot more techy and a lot less hocus-pocus. Dive into the world of stress-free survey processing and analysis, all wrapped up in a super user-friendly package.
6+
Данная пользовательская форма была написана мной в рамках моих рабочих задач, так как часто приходилось сталкиваться с обработкой результатов пользовательских анкет. Смысл ее работы очень простой - сначала необходимо сформировать вопросы для анкеты, а потом уже при помощи пользовательской формы выбрать корректные ответы на вопросы и обработать результаты в наиболее удобном стиле
77

8-
## Requirements
8+
## Требования
99

10-
This user form requires from user the following steps for a proper work:
10+
Для полноценной работы пользовательской формы, необходимо соблюдать следующие требования:
1111

12-
- Windows
13-
- Installation of Microsoft Scripting Runtime in project
14-
- Installation of Microsoft Visual Basic for Applications Extensibility
12+
- Windows (на MacOS нет поддержки UserForm)
13+
- Установка библиотеки Microsoft Scripting Runtime в проект
14+
- Установка Microsoft Visual Basic for Applications Extensibility
1515

16+
## Как использовать?
1617

17-
18-
## How To Use
19-
20-
In [app-file](https://github.com/Saimon398/VBA-Questionnaire-Helper/blob/main/VBA-Questionnaire-Helper.xlsm) you will find detailed guide how to use this user form properly. Hope, it will help you!
18+
В [данном файле](https://github.com/Saimon398/VBA-Questionnaire-Helper/blob/main/VBA-Questionnaire-Helper.xlsm) будет приложена инструкция, как можно использовать данную форму. Надеюсь, что она сможет принести пользу в работу также, как она принесла ее при выполнении моих собственных задач
2119

2220

2321

0 commit comments

Comments
 (0)