Hello!
I've got a unique problem. I'll provide a little bit of background first- I've created a platform for users to download a number of excel workbooks. Once they download the workbook, they are actually unable to save the workbook locally, but upon trying to save, I have a number of macros that force the save to happen remotely, and with their particular username and password. That all works fine, and works accross Office 2003 - 2010 for Windows.
Excel 2011 for Mac didn't like this though. So using AppleScript, I pass the excel workbook to Curl to upload it to the FTP server. Again, all is fine.
But occasionally (I have not figured out the trigger yet), when saving in Mac, and then opening on Windows- all the text in every single button in the workbook has become unrecognisable text. For example- "P cK [ £{ «£C+s£K £+ PkË *à +c šƒ“+ #›C++£ 2Kc+ s{»q" is what it says in one box. Once it becomes corrupt for Windows, there is no way to go back! (Although, it still appears fine on Mac).
Now, I have no idea why this is happening?! Can anyone please shed some light? I first thought maybe it's something to do with the way it was being uploaded? But then- wouldn't it affect all text, not just text in buttons?
Any help, or even any ideas or suggestions would be much appreciated!
Thank you in advance!
I've got a unique problem. I'll provide a little bit of background first- I've created a platform for users to download a number of excel workbooks. Once they download the workbook, they are actually unable to save the workbook locally, but upon trying to save, I have a number of macros that force the save to happen remotely, and with their particular username and password. That all works fine, and works accross Office 2003 - 2010 for Windows.
Excel 2011 for Mac didn't like this though. So using AppleScript, I pass the excel workbook to Curl to upload it to the FTP server. Again, all is fine.
But occasionally (I have not figured out the trigger yet), when saving in Mac, and then opening on Windows- all the text in every single button in the workbook has become unrecognisable text. For example- "P cK [ £{ «£C+s£K £+ PkË *à +c šƒ“+ #›C++£ 2Kc+ s{»q" is what it says in one box. Once it becomes corrupt for Windows, there is no way to go back! (Although, it still appears fine on Mac).
Now, I have no idea why this is happening?! Can anyone please shed some light? I first thought maybe it's something to do with the way it was being uploaded? But then- wouldn't it affect all text, not just text in buttons?
Any help, or even any ideas or suggestions would be much appreciated!
Thank you in advance!