I want to make an android application with ppt and for the question I use VBA. If I convert it to apk, is VBA still can run? thank you. sorry for my bad english btw
No. VBA needs the program it's from to run. (Excel VBA is different than PPT VBA, for example.) You could just write Java code to do whatever your VBA functions do. (I'm guessing that, after all these years, there are some Java libraries that are Microsoft-program-aware. Visual Basic itself, which is totally different than any VBA interpreter, can access PPT or Excel data as a stand-alone.)