4
votes
2answers
140 views
How can I use Microsoft Word’s spelling/grammar checker programmatically?
I want to process a medium to large number of text snippets using a spelling/grammar checker to get a rough approximation and ranking of their "quality." Speed is not really of co …
2
votes
1answer
55 views
How to use python win32com to save as excel file
I have a small python code to open an Excel file. Now I want to "Save As" with a different name but same format.
How do I do that.. Any help will be great.
FK
0
votes
1answer
38 views
How to build a safearray of pointers to variant
Hi,
I'm trying to use a COM component with the following method:
HRESULT _stdcall Run(
[in] SAFEARRAY(BSTR) paramNames,
[in] SAFEARRAY(VARIANT *) paramValues
);
How …
0
votes
0answers
6 views
win32com IE interface PAMIE javascript click
Hello,
these day im making some script.
i have encounter some problem with my script work.
problem is i want to click emulate javascript on following site.
http://news.naver.co …
0
votes
1answer
41 views
How to close not responsive Win32 Internet Explorer COM interface?
Hello,
actually this is not hang status, i mean..it slow response,
so in that case,
i would like to close IE and
want to restart from start.
so closing is no problem ,problem is …
0
votes
1answer
20 views
Updating MS Word (or Open Office) bookmarks with Python
I'd like to fill MSWord bookmarks from a python script.
I can't find such functions in win32com(MSWord) or in PyUno(OpenOffice).
Does anyone know how to use bookmarks from Python? …
-1
votes
0answers
36 views
python win32com and Pamie problem
hello ,
these day im very stress of one of some strange thing.
i want to enumurate inside list of url, and every enumurated url i want to visit
i was uplod incompleted script sou …
