jftuga 1 Posted November 20, 2010 Hello again everyone, I want to use the Word UDFs and want to know more about how to manipulate documents after they have been opened. By searching the forums I have found functions such as $oDoc.Activedocument.Range.Text and $oDoc.Activedocument.insertAfter. Where might I find a full list of these types of functions? Ideally, I need to be able to open a word document, get all of the text content, get any lists they may appear in the document, any hyperlinks, etc. Thank you so much, -John Admin_Popup, show computer info or launch shellRemote Manager, facilitates connecting to RDP / VNCProc_Watch, reprioritize cpu intensive processesUDF: _ini_to_dict, transforms ini file entries into variablesUDF: monitor_resolutions, returns resolutions of multiple monitorsReport Computer Problem, for your IT help deskProfile Fixer, fixes a 'missing' AD user profile Share this post Link to post Share on other sites
water 2,389 Posted November 20, 2010 (edited) Here you find the Word 2010 Developer Reference.I would start with section "Concepts" so you understand how the Word COM interface works. Edited November 22, 2010 by water My UDFs and Tutorials: Spoiler UDFs:Active Directory (NEW 2020-10-10 - Version 1.5.2.1) - Download - General Help & Support - Example Scripts - WikiOutlookEX (NEW 2020-12-15 - Version 1.6.3.1) - Download - General Help & Support - Example Scripts - WikiOutlookEX_GUI (2020-06-27 - Version 1.3.2.0) - DownloadOutlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - WikiExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example ScriptsPowerPoint (2017-06-06 - Version 0.0.5.0) - Download - General Help & SupportExcel - Example Scripts - WikiWord - WikiTask Scheduler (2019-12-03 - Version 1.5.1.0) - Download - General Help & Support - WikiTutorials:ADO - Wiki, WebDriver - Wiki Share this post Link to post Share on other sites