Skip to content

Tag Archives: abc

How to read & write into Xml file using VBA of Excel 2000?

How to read & write into Xml file using VBA of Excel 2000. <Config> <UserSetting Id=’11′> <UserName>abc</UserName> <Pass>welcome</Pass> </UserSetting> <UserSetting Id=’12′> <UserName>abc1</UserName> <Pass>welcome</Pass> </UserSetting> </Config>

How can i write/read data to a file in XML format?

My requirement is that i want to store some records in the file and retreive it when i want. Example : I will get the student details such as student no, name, age from the user and store in file in xml. Also I want to retreive the student details when user provides the student [...]