I have program like this
[code/]
Public Function aUnit(Element As Integer)
aUnit = Array("AA", "AB", "AC")(Element)
End Function
Private Sub Refresh_Click()
For nLoop = 0 To nMaxUnit
cUnit = aUnit(nLoop)
For nCol = 21 To 25
For nRow = 8 To nMaxRow...
RR
I am using syntax (file("C:\TEMP\NUL")) to check that directory "c:\temp" exist or not, in windows XP didn't work. can anyone help me, please....
TIA
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.