FormExp VBA Add-In
This VBA IDE add-in exports Microsoft Office 2000 forms and their associated code to Visual Basic 6 .frm files.
Full source code to FormExp is provided.
IMPORTANT - READ CAREFULLY: License and disclaimer agreement.
Download version 1.1 - 28KB
Download source code - 12KB
Overview
- After installation, start any Microsoft Office 2000 application and open Visual Basic Editor (Alt+F11).
- In "Add-Ins" menu, select "Export Forms to Visual Basic" item.
- Select form(s) you want to export and click OK.
- Selected forms and their associated code will be saved in .frm files (Visual Basic 6 format).
- Additional options:
- save files in any folder;
- overwrite existing files without prompt.
Installation
- Unpack formexp.dll to any folder.
- Close all Microsoft Office 2000 applications.
- Run command: regsvr32 formexp.dll
Uninstallation
- Close all Microsoft Office 2000 applications.
- Run command: regsvr32 /u formexp.dll
- Delete formexp.dll.
What's New
Version 1.1 (29.12.02)
Source Files
addin.dsr
choose.frm
export.cls
common.bas
file.cls
about.frm
Copyright (c) 2002 Vassili Balagurov. All rights reserved.
|