• Welcome to Tux Reports: Where Penguins Fly. We hope you find the topics varied, interesting, and worthy of your time. Please become a member and join in the discussions.

How to disconnect internet connection using VBA?

E

Eric

Flightless Bird
I manually connect the internet connection for Excel's macro to run a list of
files, in order to retrieve data from external links. Once all files are
completed updated, I would like to add coding at the end of process to
disconnect the internet connection.
Does anyone have any suggestions on how to code VBA macro to disconnect
internet
connect for macro?
Thanks in advance for any suggestions
Eric
 
B

BillyBob

Flightless Bird
Eric,

You have an ongoing thread about this in the
microsoft.public.excel.programming newsgroup. Your last post about this
*exact* subject was 30 minutes ago ? Be patient and wait for a reply.
Besides, according to your subject line, you are looking for a VBA solution.
This NG is not the place for that.

BB


"Eric" <Eric@discussions.microsoft.com> wrote in message
news:54ED5437-C822-4A5B-876B-99287F5EF5A2@microsoft.com...
>I manually connect the internet connection for Excel's macro to run a list
>of
> files, in order to retrieve data from external links. Once all files are
> completed updated, I would like to add coding at the end of process to
> disconnect the internet connection.
> Does anyone have any suggestions on how to code VBA macro to disconnect
> internet
> connect for macro?
> Thanks in advance for any suggestions
> Eric
>
 
E

Eric

Flightless Bird
Do you have any suggestions on how to disconnect the internet connection
after all external link are updated? I am using boardband modem for
connection.
Do you have any suggestions?
Thanks in advance for any suggestions
Eric

"BillyBob" wrote:

> Eric,
>
> You have an ongoing thread about this in the
> microsoft.public.excel.programming newsgroup. Your last post about this
> *exact* subject was 30 minutes ago ? Be patient and wait for a reply.
> Besides, according to your subject line, you are looking for a VBA solution.
> This NG is not the place for that.
>
> BB
>
>
> "Eric" <Eric@discussions.microsoft.com> wrote in message
> news:54ED5437-C822-4A5B-876B-99287F5EF5A2@microsoft.com...
> >I manually connect the internet connection for Excel's macro to run a list
> >of
> > files, in order to retrieve data from external links. Once all files are
> > completed updated, I would like to add coding at the end of process to
> > disconnect the internet connection.
> > Does anyone have any suggestions on how to code VBA macro to disconnect
> > internet
> > connect for macro?
> > Thanks in advance for any suggestions
> > Eric
> >

>
 
B

BillyBob

Flightless Bird
Eric,

One minute before this post, you responded, verbatim, to Joel in the Excel
programming NG. Read my lips, THIS NEWSGROUP IS NOT THE FORUM FOR YOUR
PROBLEM !!! (I do mean to shout in this instance). Give it up and get a
life.

Let me repeat, you have an ongoing thread about this matter in the Excel
programming NG. Stick with that one. Be patient and wait for replies. If
you appear impatient or flood inappropriate newsgroups with superfluous
threads, you will find that individuals will be less likely to assist you.

I don't have any suggestions regarding your subject but I do have another
suggestion. Call a Psychiatrist. If they can't help you with your internet
connection coding they can surely help your OCD and other neuroses /
psychoses.

You can thank me later.

BillyBob

"Eric" <Eric@discussions.microsoft.com> wrote in message
news:3A89165F-0F3D-4349-80A1-981E64B40036@microsoft.com...
> Do you have any suggestions on how to disconnect the internet connection
> after all external link are updated? I am using boardband modem for
> connection.
> Do you have any suggestions?
> Thanks in advance for any suggestions
> Eric
>
> "BillyBob" wrote:
>
>> Eric,
>>
>> You have an ongoing thread about this in the
>> microsoft.public.excel.programming newsgroup. Your last post about this
>> *exact* subject was 30 minutes ago ? Be patient and wait for a reply.
>> Besides, according to your subject line, you are looking for a VBA
>> solution.
>> This NG is not the place for that.
>>
>> BB
>>
>>
>> "Eric" <Eric@discussions.microsoft.com> wrote in message
>> news:54ED5437-C822-4A5B-876B-99287F5EF5A2@microsoft.com...
>> >I manually connect the internet connection for Excel's macro to run a
>> >list
>> >of
>> > files, in order to retrieve data from external links. Once all files
>> > are
>> > completed updated, I would like to add coding at the end of process to
>> > disconnect the internet connection.
>> > Does anyone have any suggestions on how to code VBA macro to disconnect
>> > internet
>> > connect for macro?
>> > Thanks in advance for any suggestions
>> > Eric
>> >

>>

>
 
Top