View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Niek Otten Niek Otten is offline
external usenet poster
 
Posts: 3,440
Default UDFs Worksheet Level

The UDFs should be in a standard module, not in a sheet module. In VBA: InsertModule

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Floyd Bates" wrote in message ups.com...
| All:
|
| Is it possible to use UDFs in a worksheet's code section? If so, how?
|
| I can't seem to get the functions to calculate when called from a
| worksheet.
|
| Thanks in advance.
|