Click to See Complete Forum and Search --> : how to call public function


cksiow
April 12th, 2001, 11:14 PM
if i have two function with the same name, one in class module, one in standard module,

how do I call the one in standard module from class module ?

thanks

Cimperiali
April 13th, 2001, 02:07 AM
dim returnedvalue
returnedvalue = yourstandarmodule.yourpublicfunction

Special thanks to Lothar "the Great" Haensler. Come back soon, you Guru.