View Single Post
  #11   Report Post  
Posted to microsoft.public.excel.programming
Chuck[_11_] Chuck[_11_] is offline
external usenet poster
 
Posts: 58
Default Get External Data

On Sun, 5 Oct 2008 13:43:00 -0700, Joel wrote:

Try adding the line velow to stop automatic timed refresh. Not sure if this
will work.

.RefreshPeriod = 0

Doesn't support property or method.

Chuck