
03-31-2004, 09:37 AM
|
 |
Microsoft Excel MVP
Forum Leader * Guru *
|
|
Join Date: Jul 2003
Location: New York, NY, USA
Posts: 7,848
|
|
VBA uses what it calls a "UserForm", while VB 6.0 uses "Forms". They are substantially identical, but not compatible.
Code can generally be copy-pasted and then adjusted (usually minor adjustments, sometimes more major) but Forms need to be re-done from scratch. Well, the controls have to be redone from scratch, anyway, the code within the various events may be more or less valid, but the Event names themeselves will be subtly different, for the most part...
|
|