I have a Visual Basic 6.0 front end app that talks to a Excel 2K spreadsheet. I found when trying to encrypt the spreadsheet I had the option for AES encryption, so I selected it. When opening the spreadsheet on the server I have no problem. When running my compiled VB front end it returns an error saying that the encryption type is unavailable and that this could be resolved using the MS High Encryption Pack. Since I can open the spreadsheet from the server I assume the server already has this. How do I get my VB app addressing it to open it. This is the line of code that instantiates the Excel object:
Set oXLWBook = oXLApp.Workbooks.Open(c:SpreadsheetName.xlt”, , , , “Password”)