Locate source data on auto refresh

  • Thread starter Thread starter medirate
  • Start date Start date
M

medirate

When I open a workbook, data is automatically imported into the worksheet.
How do I locate the source of the data? Where might the path be located for
the source data, and how do I change it?
 
hi
not sure...guessing here but...
open the vb editor(alt+F11). in the project window(far left), expand your
project(file). click ThisWorkbook. look for an workbook_open macro. you might
learn something there.
another hunch.....
right click the data range and see if on the pop up is listed "edit query".
if so, click it which should bring up the MSQuery dialog. on the tool bar,
click SQL.
this with give you your path, fields and data source.

if neither of these work....post back with more info.

regards
FSt1
 

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