[python-win32] need help for searching of text in a textbox for ms word
Tim Golden
mail at timgolden.me.uk
Tue Jan 15 15:39:18 CET 2008
a_n_s_h_a_n wrote:
> ok. sorry about that but still thanks
>
> i'm pretty new about this com stuff.
> i just started reading a couple of days ago so
> i don't know yet what are vbs/vba, or macro
[Copying back to the python-win32 list to keep
everything public: more people to help you!]
Well, there *are* search engines out there: putting
VBS and VBA into Google gets you some pretty convincing
hits. But, in short, they are Microsoft's scripting
languages, VBS general purpose, VBA specifically for
Word, Excel etc.
A macro is (in this context; it has several meanings) a
set of recorded actions within Microsoft Word which
eventually spits out a gobbet of VBA which will look
remarkably like the equivalent Python code.
TJG
More information about the python-win32
mailing list