Thread: Excel Problem
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Excel Problem

you create an instance of your clsCalls class as mcalls.

is GetCalls a method of that class. Perhaps you need

mcalls.GetCalls Date, Date

Better would be to contact the someone else and ask them. Not sure where
basmain (module name?) is defined or why one would call Repeat in an
Auto_open macro.

--
Regards,
Tom Ogilvy

"Always Learning" <NoMoreSpam@MyEmail wrote in message
...
Hi Tom,

Thanks for the quick reply.

I have looked in tools/References but there is nothing marked as missing.

Anything else you can think of?

Thanks,

Steve.