Excel DNS query

  • Thread starter Thread starter soundy
  • Start date Start date
S

soundy

Hello,

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


Thanks.


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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top