On Wed, 29 Sep 2010, Thomas P Laford wrote:
Is there a way to detect a property is a link?
I've no idea, but I'd suggest you compare what is in several different files and look for common patterns
Is there a way to process Office 2007 files in a similar fashion?
.xlsx files are easier to debug with, as they're a zip file of xml files. I'd suggest you create a file that is fairly simple and has no link. Then, take a copy, and add a single link. Next, unzip both. Finally, use diff or similar to spot the differences (eg any new file entries? which files differ?). That should tell you what's needed
Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
