06AutomateVBA
Class AutomateVBA
¶
A notebook to showcase the usage of AutomateVBA
class
In [ ]:
Copied!
# import the class
from blueautomata.to_vba import automate_vba
# import the class
from blueautomata.to_vba import automate_vba
In [ ]:
Copied!
temp = automate_vba(
filepath=r'C:\\Users\\Khor Kean Teng\\Downloads\\AUP Automata\\vbanew.xlsm',
macro = 'vbanew.xlsm!Module1.kt_template'
)
temp.templatetize()
temp = automate_vba(
filepath=r'C:\\Users\\Khor Kean Teng\\Downloads\\AUP Automata\\vbanew.xlsm',
macro = 'vbanew.xlsm!Module1.kt_template'
)
temp.templatetize()
Last update:
2023-09-07
Created: 2023-09-07
Created: 2023-09-07