ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   old makro (excel 95) should work with vba-modules (https://www.excelbanter.com/excel-programming/306495-old-makro-excel-95-should-work-vba-modules.html)

Michael Gerstel

old makro (excel 95) should work with vba-modules
 
hi ng,

i had some old makros (excel 95) which are should also work on excel xp.
how i could run functions and procdures written in vba from a old excel
makro.

when i work like that

= .... (old makro command)
= ....
= new_function_written_in_vba()
= ... (old makro command)

it didn't work. what's wrong?

thanks
michael



Jim Rech

old makro (excel 95) should work with vba-modules
 
It looks like you're trying to call a VBA sub from an Excel 4 macro sheet.
If so, you seem to be doing it right. This worked for me:

In an Excel 4 macro sheet:

RunThis
=CallVBfromXL4()
=RETURN()

And in a VB module in the SAME workbook:

Sub CallVBfromXL4()
MsgBox "call worked!"
End Sub


--
Jim Rech
Excel MVP
"Michael Gerstel" wrote in message
...
| hi ng,
|
| i had some old makros (excel 95) which are should also work on excel xp.
| how i could run functions and procdures written in vba from a old excel
| makro.
|
| when i work like that
|
| = .... (old makro command)
| = ....
| = new_function_written_in_vba()
| = ... (old makro command)
|
| it didn't work. what's wrong?
|
| thanks
| michael
|
|




All times are GMT +1. The time now is 01:20 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com