Message 1 of 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, good day.
May I kindly ask if there's an ilogic rule to trap if the values don't exist on the given table.
For example:
oList.Add("6" & "|" & "XS" & "|" & 168.275 & "|" & 10.973 & "|" & 146.329)
oList.Add("6" & "|" & "120" & "|" & 168.275 & "|" & 14.275 & "|" & 139.725)
If my oValues (0) = "6" and my oValues (1) = "100" then there should be an error, alert or messagebox
Is this possible?
Thanks
Solved! Go to Solution.