solotoo Registered User. Local time Today, 11:49 Joined Nov 16, 2004 Messages 14 Jan 14, 2005 #1 I am saving data to an XML file to be read by another application. Is it possible to set the file properties of this saved xml file through VBA? I want to make the file hidden and read-only.
I am saving data to an XML file to be read by another application. Is it possible to set the file properties of this saved xml file through VBA? I want to make the file hidden and read-only.
N namliam The Mailman - AWF VIP Local time Today, 12:49 Joined Aug 11, 2003 Messages 11,685 Jan 14, 2005 #2 use Attrib (the dos variant to set such attributes) Regards
solotoo Registered User. Local time Today, 11:49 Joined Nov 16, 2004 Messages 14 Jan 14, 2005 #3 Thankyou Thats perfect!