View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mathieu936 Mathieu936 is offline
external usenet poster
 
Posts: 18
Default How to create a function in a code sheet

Hi!

I need to create a function that I will use in a worksheet. However,
I need to create it in a worksheet code (not in a separate module, but
in the "Microsoft Excel Objects").

I know it works for a macro, but not for a function. I tried to call
my function with "private function", "public function", but it doesn't
work.

Thanks for your help guys!

Mathieu