View Single Post
  #4   Report Post  
MichaelG
 
Posts: n/a
Default

Many thanks. That worked a treat!

Cheers

MichaelG

"Niek Otten" wrote:

Did you type or copy the functions into a Standard Module? It should not be
in a Worksheet, Claas or any other Module

In the VB Editor: InsertModule. Enter your function there.

--
Kind regards,

Niek Otten

Microsoft MVP - Excel

"MichaelG" wrote in message
...
I have been using the Wrox Excel VBA 200 book.

When I create a user defined function for use in Excel Workbook (ie typing
the function directly into the cell), I get an error message name #Name?
when
I enter the function into a cell.

This happens even when I am copying examples directrly from the book.

Clearly I am doing something wrong but what is it