Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is anyone aware of a utility that will translate Excel 4 macros to VBA?
I know this is a lazy mans 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. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. "AG" wrote in message ... 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. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. "AG" wrote in message ... 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. |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Yes they do but it would be better to have a more current form.
"Gary Brown" wrote: 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. "AG" wrote in message ... 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. |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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+. AG wrote: Yes they do but it would be better to have a more current form. "Gary Brown" wrote: 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. "AG" wrote in message ... 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. -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2007 macros - how to merge 5 macros together into one | Excel Discussion (Misc queries) | |||
Training: More on how to use macros in Excel: Recording Macros | Excel Worksheet Functions | |||
convert lotus 123w macros to excel macros | Excel Programming | |||
convert lotus 123w macros to excel macros | Excel Programming | |||
Making excel macros run Word macros | Excel Programming |