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

Export VBA Code and UserForms to files (partial) compatible with Windows Forms vb.net Project

License

Notifications You must be signed in to change notification settings

Diahon/VBA-Export

Repository files navigation

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
    • ...

About

Export VBA Code and UserForms to files (partial) compatible with Windows Forms vb.net Project

Topics

Resources

License

Stars

Watchers

Forks

Languages