Excel 4 macros to VBA?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is anyone aware of a utility that will translate Excel 4 macros to VBA?
I know this is a lazy man’s question but some of my old coding is over 5,000
lines and I am just not that keen on doing all the work necessary to manually
re-code to VBA.
 
You don't have to convert Excel 4 macros. They still run in the
latest version of Excel. Don't know about future versions but they will
probably continue to be supported.
HTH,
Gary Brown.
 
You don't have to convert Excel 4 macros. They still run in the
latest version of Excel. Don't know about future versions but they will
probably continue to be supported.
HTH,
Gary Brown.
 
A couple of suggestions that make sense to me is to not even look at the old
code. Find out what the macro is supposed to do and write it in VBA.

You'll be able to enhance it using all the new techniques (nice userforms???)
that have been added in xl95+.
 

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