VBA to Prevent Keyboard Input While a Package Object (XML) is Read into ADODB Stream?
问题 I am developing an application which opens and reads an XML document previously embedded in a PowerPoint presentation, or a Word document. In order to read this object ( xmlFile as Object ) I have to do: xmlFile.OLEFormat.DoVerb 1 This opens the package object, and I have another subroutine that gets the open instance of Notepad.exe, and reads its contents in to ADODB stream. An example of this procedure is available on Google Docs: XML_Test.pptm. During this process there is a few seconds