Excel DNS query

S

soundy

Hello,

Is there a way for an Excel function to query a DNS server?


Thanks.


Soundy
 
H

HS Hartkamp

Not that I know of, but you can turn on the macro recorder, use 'get
external data' and tailor the resulting code into a user function of your
own.

E.g. I've used this to create a button to get MS-Access data from a query
that has the same name as the sheet (tab) name. It saves me a lot of
copy-paste actions.

Bas Hartkamp
 
S

soundy

Thanks, I'll try it out.


HS said:
Not that I know of, but you can turn on the macro recorder, use 'get
external data' and tailor the resulting code into a user function of your
own.

E.g. I've used this to create a button to get MS-Access data from a query
that has the same name as the sheet (tab) name. It saves me a lot of
copy-paste actions.

Bas Hartkamp
 
Top