Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Latest commit

 

History

History
11 lines (10 loc) · 521 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 521 Bytes

VBA-Export

Export VBA Code and UserForms to files (partial) compatible with Windows Forms vb.net Project.
Currently this addon is only usable in Excel but the code base is easily adaptable to other office applications (possibly by using a shared underlaying library) ...

ToDo

  • Add Sub New() (Constructor) to call InitializeComponents()
  • Subscribe event callbacks to the .Net events
  • Compatibility Layer
    • TextBox.Value => TextBox.Text
    • Custom conversions
    • ...