
I’m trying to use asc(" "c) as a case value, but I’m getting an error message saying ‘Value not usable in int32.’ Is there a way to resolve this issue?
Thank you in advance.

I’m trying to use asc(" "c) as a case value, but I’m getting an error message saying ‘Value not usable in int32.’ Is there a way to resolve this issue?
Thank you in advance.
Instead of giving Asc(" "c) try giving 32 in that place. As Asc(" "c) refers to space and it’s value is 32.
Hope it helps!!
Regards,
@Parvathy
Thank you very much for your response. ! Have a nice day!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.