There is a problem. For example: send a letter from Excel using VBA. Will VBA work on an iPad at all, and if so, how do you know what restrictions apply to the code?
- Standard Excel applications do not support VBA. I do not know about third-party applications. In principle, applications with built-in languages can be, for example, the Editorial for iOS text editor allows you to write on Python (I sent mail to Pythonista for iOS programmatically). - jfs
- And there is also a Windows and there is everything to solve the problem. The task is to send a letter from an Excel spreadsheet and not to solve this task by third-party programming languages and programs. - Dmitry Nail
- oneYour question is about iOS, not Windows. If other applications cannot be used, you can finish reading my previous comment on the first sentence. - jfs
|
1 answer
If you upload an excel file to your iPad, VBA will not work. There are 2 approximate options:
1 - make a macro in JavaScript. But you need to host it on the server, you will not put it in the book itself. This macro will work through the browser on the iPad.
2 - Host it on the Sharepoint server, and watch it through the browser on the iPad.
|