To give you a bit of background - part of my job is to create 300+ workbooks to be sent out to Companies to be completed and returned. From this I then create VBA coding to pull them into one master document. The documents themselves are created very simply, using a hidden tab containing the data of all 300 Companies and lookups to bring the data through to the sheet to be completed. The sheet is then password protected with specific cells allowed to be accessed, and the Workbook protected using another password.
The documents are created in Excel 2007 and are xlsx format.
Now, we have been using this method for a number of years, but in the last week, one Company has put in a formal complaint saying that they opened their document on the Excel app on their Iphone 6 which completed disabled all the protection settings, leaving them seeing all 300 Companies data.
Does anyone know anything about Iphone operating systems or the apps themselves - is this right? Surely this is a security threat between Microsoft and Apple?
On the basis that I can't now create the documents simply with the lookups, is there a simple way of creating these documents that leave no trace of the source data? Maybe using VBA? I am fairly new to VBA but can follow simple code and adapt it to suit. How safe is using lookups as I have been doing, but keeping the source data in a separate document? My experience of this tends to be error messages on opening the documents about links being unable to update etc.
I am panicking slightly and paranoid about the data being completely secure (if there is such a thing!).
The documents are created in Excel 2007 and are xlsx format.
Now, we have been using this method for a number of years, but in the last week, one Company has put in a formal complaint saying that they opened their document on the Excel app on their Iphone 6 which completed disabled all the protection settings, leaving them seeing all 300 Companies data.
Does anyone know anything about Iphone operating systems or the apps themselves - is this right? Surely this is a security threat between Microsoft and Apple?
On the basis that I can't now create the documents simply with the lookups, is there a simple way of creating these documents that leave no trace of the source data? Maybe using VBA? I am fairly new to VBA but can follow simple code and adapt it to suit. How safe is using lookups as I have been doing, but keeping the source data in a separate document? My experience of this tends to be error messages on opening the documents about links being unable to update etc.
I am panicking slightly and paranoid about the data being completely secure (if there is such a thing!).