Guest User

Untitled

a guest
Jan 23rd, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. If DblBalance <> 0 Then
  2.  
  3. let x = 12
  4.  
  5. if x <> 0 then
  6. //code
  7.  
  8. Sub testing()
  9.  
  10. X = Cells( 1,1).value
  11.  
  12. If x <> "" then
  13.  
  14. Msgbox " cell is filled"
  15.  
  16. Else
  17.  
  18. Msgbox "empty"
  19.  
  20. End if
  21.  
  22. End sub
Add Comment
Please, Sign In to add comment