https://github.com/sakamochanq/dms-calculator
* Excel VBA より 度分秒の計算をセル上で行えます
https://github.com/sakamochanq/dms-calculator
dms excel-vba
Last synced: 9 days ago
JSON representation
* Excel VBA より 度分秒の計算をセル上で行えます
- Host: GitHub
- URL: https://github.com/sakamochanq/dms-calculator
- Owner: Sakamochanq
- License: mit
- Created: 2025-06-16T14:46:36.000Z (10 days ago)
- Default Branch: master
- Last Pushed: 2025-06-16T15:34:12.000Z (10 days ago)
- Last Synced: 2025-06-16T15:46:56.713Z (10 days ago)
- Topics: dms, excel-vba
- Language: VBA
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## DMS Calculator in Excel VBA 🌵
Excel VBA Script that allows you to perform comfortable calculations of *DMS*
used in traverses using functions on Excel Cells.
### Features
- [x] Add and range specification.
- [ ] Simplified handling of negative numbers.
- [x] Calculation of cos sin.
- [ ] Add Compass
- [ ] Refactoring.
### Usage
1. Open Excel and VBA Editor.
2. Add main.vbs as a new module.
3. Use the functions provided in the script to perform calculations on your data.
> [!Note]
> This script is designed to work with Excel and VBA,
> and it may not function correctly in other environments.
### Example
```python
A1 = 179°50′0″
B1 = 0°10′0″=sok_def(A1, B1) #180°0′0″
```
```python
A1 = 179°30′0″
A2 = 0°10′0″
A3 = 0°20′0″=sok_sum(A1:A3) #180°0′0″
```
### Author
- Developing by [Sakamochanq](https://github.com/Sakamochanq)
- Contributing by [Github Copilot](https://github.com/features/copilot)
### License
Release under the [MIT License](https://github.com/Sakamochanq/DMS-Calculator/blob/master/LICENSE)