Message 1 of 5

Not applicable
09-07-2018
09:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
attempting to run ilogic code if a certain cell value i am pulling from is not equal to something - how would i do this?
this is what i tried:
SyntaxEditor Code Snippet
Attach = GoExcel.CellValue("3rd Party:Embedding 1", "Sheet1", "D3")
If Attach = Not("NONE") Constraint.IsActive("Mate:Attach") = True End If
but it returns with the error: Conversion from string "NONE" to type 'Long' is not valid.
is not() the wrong code for this?
Solved! Go to Solution.