View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
JLGWhiz JLGWhiz is offline
external usenet poster
 
Posts: 3,986
Default How do I create my own functions in Microsoft Excell 2003

Hi Kevin, it is probably related to your spyware. Most of the postings that
I have seen have identified their spyware settings as the problem. If your
seurity software allows you to disable the spyware, without affecting the
virus scan and junk mail features, try disabling it and see if that cures the
problem.

"Kevin" wrote:

I am currently using excel to debug a program that I am writting. I want to
verify that the data is correct, but in order to do that I want to create a
compute distance function, which will take in 4 cells, which need to be in
order and return the distance.

My biggest hurdle is creating a custom function in Microsoft Excel 2003.
Especially given that when I use the help feature to accomplish this goal I
receive this message: This operation has been canceled due to restrictions in
effect on this computer. Please contact your system administrator.

Thanks for you help.