View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Michael Gerstel Michael Gerstel is offline
external usenet poster
 
Posts: 1
Default 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