ChrisBeach
Programmer
I'm posting again to try and explain my situation more.. that and my boss and I need to find a solution soon for this.
I have a SQL Server DTS script that pushes data down to an excel file on the network. Now I have another excel sheet on my desktop that imports data from the excel file on the network, I turned off the option for background refreshing.. infact it does no refreshing at all on its own, I make it refresh its data in code in the on open event of the worksheet and thats it. I had set it up this way in hopes of being able to update the file on the network while people were using the file on their desktops, only problem is it seems that while they are using the file on their desktops it holds open a connection to the file on the network, and will not let me update it. Does anyone have any Ideas as to why it would hold it open, or how I could stop it, thanks again
I have a SQL Server DTS script that pushes data down to an excel file on the network. Now I have another excel sheet on my desktop that imports data from the excel file on the network, I turned off the option for background refreshing.. infact it does no refreshing at all on its own, I make it refresh its data in code in the on open event of the worksheet and thats it. I had set it up this way in hopes of being able to update the file on the network while people were using the file on their desktops, only problem is it seems that while they are using the file on their desktops it holds open a connection to the file on the network, and will not let me update it. Does anyone have any Ideas as to why it would hold it open, or how I could stop it, thanks again