View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Gaston Gaston is offline
external usenet poster
 
Posts: 10
Default How To Call VBA Code from Excel 4 Macro

We have a large system done in Excel 4 Macro Language. We would like to
start migrating to VBA by writing all future additions and modifications in
VBA.

Is there a way to call a VBA function from an Excel 4 Macro? If so, how do
you do it, how do you pass parameters to the VBA function, and how do you get
a return value from the VBA function?