StrConv is not declared?

Hi there

I’m struggling with StrConv - it isn’t working for some reason. It was working in another workflow, but I’ve copied the same code into a new workflow and it’s stopped. I can’t see why. Do I need to include a specific package to allow it to run?

image
image

1 Like

Providing the full namespace is required at times due to conflicts. Try using Microsoft.VisualBasic.VbStrConv instead.

2 Likes

That seems to have worked, thanks. Dunno why it suddenly stopped working. Thanks again!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.