EliseFreedman
Programmer
Hi There
I have created a series of excel spreadsheets. Basically there is a master spreadsheet made up of data from a number of other spreadsheets(all consisting of imported data). The idea is that the users click a button on the master spreadsheet and the data is imported from our database application into all the spreadsheets and then the formulas on the master spreadsheet are calculated automatically.
This spreadsheet has worked 100% perfect on my pc. Yesterday I was explaining it to the users (on one of their PC's). Hit the button on the master spreadsheet and bang. Got a debug error which ive never come across before (shown in title). When I hit debug, the line
How can I fix this error. What I dont understand is why it happens on the other PC but runs perfectly on mine?
I have created a series of excel spreadsheets. Basically there is a master spreadsheet made up of data from a number of other spreadsheets(all consisting of imported data). The idea is that the users click a button on the master spreadsheet and the data is imported from our database application into all the spreadsheets and then the formulas on the master spreadsheet are calculated automatically.
This spreadsheet has worked 100% perfect on my pc. Yesterday I was explaining it to the users (on one of their PC's). Hit the button on the master spreadsheet and bang. Got a debug error which ive never come across before (shown in title). When I hit debug, the line
Code:
.refresh BackgroundQuery:=false
How can I fix this error. What I dont understand is why it happens on the other PC but runs perfectly on mine?