I have been told by the bosses that we are going to start using sharepoint next month.
I understand that all documents will be held in a sql database. I take it this means they cannot be opened using the normal methods.
Can you give an example of what this line would become if the file was stored within sharepoint?
I've found mention of a "Workbooks.CheckOut xlFile" can anyone confirm if this works for excel 2000?
I understand that all documents will be held in a sql database. I take it this means they cannot be opened using the normal methods.
Can you give an example of what this line would become if the file was stored within sharepoint?
Code:
Workbooks.Open ("\\tt-serv\company\spares\reports\Spares Chasing.xls")
I've found mention of a "Workbooks.CheckOut xlFile" can anyone confirm if this works for excel 2000?