Posts by Ricardo Hernandes Ronqui • 81 points
3 posts
-
2
votes2
answers414
viewsQ: VB.NET - Find text in XML file
I need help to validate an XML file I’m using as a database. I insert the data correctly, but I need to do a validation to not insert repeated files, so I need to check if the text already exists…
-
2
votes1
answer220
viewsQ: VB.NET Working with XML?
I’m filling out a ComboBox from a Xml: Dim mXml As New XmlDocument Dim Arquivo As New IO.FileInfo(My.Application.Info.DirectoryPath & "\Configuracao.xml") mXml.Load(Arquivo.FullName) Dim…
-
4
votes1
answer1532
viewsQ: Copy and paste cell when changed
I’m starting to use VBA with the office package, as I still know little I’m having difficulties to get this functionality. I was trying to do something simple and I needed help to understand how it…