Importing Data

S

Squid

I created a macro that imports data from my accounting system into
individual worksheets in a workbook. Now, I would like to remove the Data
Range from these sheets, so no one refreshes the data. How do you do this
without deleting the contents?
 
J

Jen

Can't you just delete the macro? Or is it a query? If it's a query, you
would right click from within the data range, choose data range properties,
and unselect Save Query Definition.
 
Top