Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Setting timeout for Userform1.Inet1

Status
Not open for further replies.

tbanov

Programmer
Joined
Jun 14, 2007
Messages
5
Location
CA
Hi,

I'm pretty new to VBA and to my frustration, in trying to search for a solution for this I can only find what I would do in VB, which doesn't seem to work. The program I'm working with has a UserForm1.Inet1.OpenURL call. I'm trying to change the RequestTimeout property on this connection somehow, but nothing's working. It looks like with VB, there's a single Inet1 object, and you simply change its properties without instantiating anything. But this isn't the case with VBA. And I tried just creating a UserForm1 object, but that doesn't seem to work. Any ideas?

Thanks.
 
You might want to post this in one of the VBA forums.
 
My apologies... I found a VBA solution in another thread in this forum and didn't notice that.
 
Yeah, we try to keep them separate with varying degrees of success. :-)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top