Mar 13, 2006 #1 CB06 Programmer Dec 17, 2004 7 FR Hello! I would like to know how to access Visio file properties... I write this in my VBA code: Set fs = CreateObject("Scripting.FileSystemObject") sProp = fs.BuiltinDocumentProperties.Item(1) but it doesn't work. Can someone help me?
Hello! I would like to know how to access Visio file properties... I write this in my VBA code: Set fs = CreateObject("Scripting.FileSystemObject") sProp = fs.BuiltinDocumentProperties.Item(1) but it doesn't work. Can someone help me?