Emanuel Sotelo wrote:
hi, i will like to now if it's posible to automate visual basic and do you do this, i have read that for word you just use Word.Application same case for excel, but i cant get to find how to run visual basic from python, or from a existing program of VB to use one of he class that i create

This is kind of the inverse of the last question!

Partly, this depends on which version of VB you are using. Your VB program can become a COM server. Once you do that, your Python code can use it, just like Word.Application and Excel.Application.

--
Tim Roberts, [EMAIL PROTECTED]
Providenza & Boekelheide, Inc.

_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to