View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
timmulla timmulla is offline
external usenet poster
 
Posts: 46
Default help with macro to query data from DB

Hello, I wanted to see if somebody could me create a macro that could
retrieve data from a .mdx file and place the data into an excel worksheet.

I would like the user to type the following information into an worksheet to
define the DB file path and field names to import.

cell A1
user types the name of .mdx file to import data from.

cell A2
STULINK - field name

cell A3
PermNum - field name

cell A4
Ln - field name

cell A5
Fn - field name

Any help would be appreciated. Thanks,
--
Regards,

timmulla