1 2 3 4
Private Function fIsAppRunning() As Boolean 'Looks to see if Lotus Notes is open ...
VB.NET Remove the Evil GOTO
1 2 3 4
Sub cleanupSheet() ' This function asks for two input the first is the sheet you want to clean up ' The second is the Column and cell you wish to start at, e.g. A1 ...
VB.NET Column Cleanup - Excel 2002...
Ok So i am hoping to get so...
1 2 3
Private Function GetPreviousMonthsXml(ByVal months As Integer, ByVal startDate As Date, ByVal xDoc As XmlDocument, ByVal path As String, ByVal nodeName As String) As XmlDocument ...
VB.NET Load XmlNodeList into an Xm...
by travis,
October 01, 2007 08:16,
No refactoring, tagged with xml, node, xmldocument, vb, .net, nodelist, asp.net
Basically I'm just try to l...
This horrible code I inheri...