https://github.com/Erik-White/ExcelLoadingSpinner
An animated loading form for Excel VBA
https://github.com/Erik-White/ExcelLoadingSpinner
excel-vba vba-excel vba-forms
Last synced: 4 months ago
JSON representation
An animated loading form for Excel VBA
- Host: GitHub
- URL: https://github.com/Erik-White/ExcelLoadingSpinner
- Owner: Erik-White
- Created: 2018-08-31T16:32:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-03T10:38:40.000Z (over 6 years ago)
- Last Synced: 2024-08-13T07:18:24.919Z (8 months ago)
- Topics: excel-vba, vba-excel, vba-forms
- Language: Visual Basic
- Size: 386 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - Erik-White/ExcelLoadingSpinner - An animated loading form for Excel VBA (Visual Basic)
README
# ExcelLoadingSpinner
An animated loading form for Excel VBASimply import `frmLoading.frm` to you Excel VBA project and then call it with ``
The animated gif loading image is stored as a base64 string within the form so no external files are required
![alt text][demo]
[demo]: https://github.com/Erik-White/ExcelLoadingSpinner/blob/master/Examples/frmLoadingDemo.gif "Animated loading form demo image"