Si votre email correspond à un compte, vous recevrez un lien de réinitialisation.
I have some functions that should be used in a Addin Macro (.xla)under
Excel 2000 VBA but also in a VB6 module.It seems taht the Array declaration is different :Function MyFunction (Val as Range) as Doublefor the Addin MacroandFunction MyFunction ( Val() as double) as doubleIs there a way to have the same decalartion that works in bothcase ?
--Bernard Bourée
I have some functions that should be used in a Addin Macro (.xla) under
Excel 2000 VBA but also in a VB6 module. It seems taht the Array declaration is different : Function MyFunction (Val as Range) as Double for the Addin Macro and Function MyFunction ( Val() as double) as double Is there a way to have the same decalartion that works in both case ?
-- Bernard Bourée bernard@bouree.net