Excel 4 macro conversions

  • Thread starter Thread starter lc
  • Start date Start date
L

lc

Hi,

Is there a program out there where I can convert Excel 4 macros into
VBA format for Excel 2000?

Thanks.

lc
 
Have you tried just running the xl4 macros and recording a vba macro.
 
Good evening lc

Unfortuately not. Excel 4 macros are vastly different to VBA code and
in most cases the macros will still run without too much problem - and
if such a utility did exist it would probably produce ineffeicient code
that would be better of being rewritten, or used unmodified. There is
however a program that will convert the old style dialog sheets into
their more modern UserForm counterparts. If that's any use to you, you
can find it here:

http://www.appspro.com/Utilities/DialogConverter.htm

HTH

DominicB
 
old style dialog sheets

They first appeared with Excel 5. In Excel 4 you had dialog definition
ranges.<g>

--
Jim
message |
| Good evening lc
|
| Unfortuately not. Excel 4 macros are vastly different to VBA code and
| in most cases the macros will still run without too much problem - and
| if such a utility did exist it would probably produce ineffeicient code
| that would be better of being rewritten, or used unmodified. There is
| however a program that will convert the old style dialog sheets into
| their more modern UserForm counterparts. If that's any use to you, you
| can find it here:
|
| http://www.appspro.com/Utilities/DialogConverter.htm
|
| HTH
|
| DominicB
|
|
| --
| dominicb
| ------------------------------------------------------------------------
| dominicb's Profile:
http://www.excelforum.com/member.php?action=getinfo&userid=18932
| View this thread: http://www.excelforum.com/showthread.php?threadid=442508
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top