Hi there. I'm trying to checkout & open an excel file that is stored on a secure sharepoint site. The issue is that VBA doesn't even have a clue how to get 'inside' the secure doc area of salespoint, unless the user is logged in already. At least I can't figure out a way to get it to even process the WORKBOOKS.CANCHECKOUT method.
Should I be trying to checkout and open this file using some other sort of statements. Like using a salespoint object (if such a thing even exists).
Thanks