View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
RonaldF RonaldF is offline
external usenet poster
 
Posts: 16
Default UDF error when renaming Module1

Hello,

I have made a UDF in Module1, but when I rename the Module1 to a name I can
easaly recognize. I have to put the full name into Excel to get it working.
Before rename: =function
After rename : =Newname.function

Is their a simple solution to my problem or is it not possible to rename
Module1.

Greetings Ronald.