Thread: Web query
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Vijay Kotian Vijay Kotian is offline
external usenet poster
 
Posts: 75
Default Web query

I have written following query to pass date on web query
With .document.Forms(0)
.txtFromDt.Value = 05/02/2008
.txtToDt.Value = 05/02/2008
End With

Error message is thrown by system as "Object Variable or with block variable
not set"

Can anyone help me out to resolve this problem.

Thank you.