Code:
switch(+,-,*,/)
switch(+,-,*,/)
Debug.Print Month(CDate(1 & " " & ActiveSheet.Name))
Function BringForwardNegativeSign(LineToFix As String) As String 'This is to put negative sign in front 6.54- to -6.54 that exist in the DRMIS
SELECT tmp_tbl.columnHeader, InStr([columnHeader],"r:") AS loc, Left([columnheader],[loc]+2) & Mid([columnheader], [loc]+3,6) & "******" & Right([columnheader],2) AS target FROM tmp_tbl WHERE (((tmp_tbl.columnHeader) ALike "%Order number%"));
Do while not rs.BOF and not rs.EOF //rs is a recordset ordered ASC by ID thisID=rs!ID rs.movenext if thisID + 1<> rs!ID then msgbox "Range Broken between " & thisID & " and " & rs!ID endif Loop
Leave a comment: