View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Peter Atherton Peter Atherton is offline
external usenet poster
 
Posts: 31
Default Custom Function interfering with vba

Paula

I'd copy the function into notepad (you might want it
again) then in the VBA editor choose File, Delete Module
and see what happens.

It might be better to backup the file first.

Regards
Peter
-----Original Message-----
I am working on a spreadsheet that creates a vlookup to
retrieve some information for several cells. However, as
the code is running, a custom function (that was there
when I inherited the form, and resides in Module 1) seems
to pop up and interfere with the code, though the two

seem
otherwise unrelated. How can I stop this?
.