View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Paula Osheroff Paula Osheroff is offline
external usenet poster
 
Posts: 3
Default Custom Function interfering with vba

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?