View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tim Williams Tim Williams is offline
external usenet poster
 
Posts: 1,588
Default Function Question

If the function is not working then maybe you could post it.
Is there an error message when it's called ?

--
Tim Williams
Palo Alto, CA


"Barb Reinhardt" wrote in message
...
I have a function that has worked until this point. The statement that
calls it is

Set XLSheet = FindWorksheet(aPPS.Slides(objname).Name)

Any suggestions on what I'd look for to see why it's not being used?

Thanks