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.
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.