a_n_s_h_a_n wrote: > hi guys! i need help again. so i have this python program that is > supposed to search and replace text in ms word. i have successfully > searched and replaced all needed text but the problem is it only > replaces the normal text and not the ones found in textboxes.
Tim G's advice is right on, but as a little hint, textboxes in a Word document are considered "shapes", and are stored in the Document.Shapes collection. -- Tim Roberts, [EMAIL PROTECTED] Providenza & Boekelheide, Inc. _______________________________________________ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32