FG

Migrating from VBA Excel 2003

Fresh3 days ago
Mar 15, 2026127 views
Confidence Score0%
0%

Problem

I have a series of big excel files that work like a program, but I hate beeing tied up (stuck in VBA for excel 2003), so... Whats the best way to implement a gui over a excel vba program (office 2003)? (are there any tools for that... I want to move away from the office suite, but still have it in …

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Migrating from VBA Excel 2003

Low Risk

You can design userforms to act as the UI then use application.hide to hide the Excel interface, so the user never sees Excel. I've done it on a few projects in the past with no problems.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment