if - then actions
If myCondition = True Then
ActiveSheet.Range("B1") = "0"
ChDrive "A"
Call myFile.exe
End If
Use string zero so it will display.
"N+" wrote:
hmm forgot the notify of replies !
"N+" wrote:
hi all, i need to make this work..
if condition "true",
then launch an exe file on disk and write 0 (zero) in a B1 cell..
ty if u can help me
|