Previously, I am able to create excel macro to automate task like replace the formula to value.
How should I perform it in autoit?
As for as I know, Autoit help file only include basic excel automate function.
I assume I need to read the sheet to array and write it back?
Another task is change all the excel object to a picture format without changing its location.
As for this part, I have no clue on how to start my coding. But I do have the structures in vba coding.
Any clues to do it?
I do think of another alternative which is compile my vba code to COM object/ vbs script them call within autoit. Is it possible to do so?