I've written a function in VBA which returns a true/false value and have saved it in an xla file. Is there any way to validate a cell in Excel based on this function?
The function declaration is:
Function VINValidate(VINNumber As String) As Boolean
Note, I've posted a similar question in the Access forum as well but that's for validation in Access, I need to validate in both programs.
The function declaration is:
Function VINValidate(VINNumber As String) As Boolean
Note, I've posted a similar question in the Access forum as well but that's for validation in Access, I need to validate in both programs.