Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nervgh/vba
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nervgh/vba
- Owner: nervgh
- Created: 2012-12-30T18:15:31.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-01T13:57:22.000Z (over 11 years ago)
- Last Synced: 2024-10-17T09:44:45.823Z (about 1 month ago)
- Language: Visual Basic
- Size: 168 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**EN**
# This folder contains vba code
## The Excel code
+ **GetRectForExcel2007Plus**. Returns the cell coordinates in points relative to the screen. Can be used for placing a form near some cell.
+ **HTTP**. Class to create HTML or XML pages, object XMLHttpRequest (aka AJAX). Class to receive content of URL in the form HTML or XML pages, or text.- - -
**RU**# Эта папка содержит код VBA
## Код для Excel
+ **GetRectForExcel2007Plus**. Возвращает координаты ячейки в точках (points) относительно экрана. Может использоваться для позиционирования / размещения формы возле ячейки.
+ **HTTP**. Класс для создания HTML, XML страниц, объекта XMLHttpRequest (aka AJAX); получения содержимого URL в виде HTML, XML страниц или текста.