python call an excel macro without pywin32 library -


i unable install pywin32. i've tried

pip install easy_install 

and

msi installers:

http://sourceforge.net/projects/pywin32/files/pywin32/ (for updated versions)

which freezes @ install, none work. however, in virtual env does.

is there way can call excel vba macro without using library?


Comments

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

C++ Linked List -