what is DLL

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello evry one,

What is dll and how can i use it to update a spreeadsheet with a webpage? im
supose to have a spreadsheet automatically updated over the internet but i
dont know how to...


Any info would be greatlly apreciated.

Thank you
Ernesto Ebanks
 
Hi Ernesto.

DLL's (files with .dll extensions) are portions of executable programs
(.exe) which are called only by this executable programs. There is
nothing you can do with a DLL file.
 
Supose you have some data on your worksheet wich comes from an Internet
query /Data/Import External Data/New Web Query). If you run this query
once and the data changes, when you run it for the second time, your
worksheet will be automatically updated....
 
There is
nothing you can do with a DLL file.

If you know what functions are contained in the DLL, you can call
those functions. The Win32 API is a set of DLLs and you can
certainly do things with that.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com



"oteixeira"
message
 
Back
Top