Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.

I don't see the link between the picture and the code you send.

 

but...

 

Cstr(Manifold_QTY) = Man_QTY looks not correct.

 

Cstr = convert to string....

 

so you try te convert the variable and try to set it with Man_QTY.

 

is Manifold_QTY a string or an integer?

try

Dim Manifold_QTY as string

 

then

Manifold_QTY = Cstr(Man_QTY) 

if Man_QTY is an integer

 

 

if this does not help, send the right code..

If this answers your question then please select "Accept as Solution"
Kudo's are also appreciated Smiley Wink

Succes on your project, and have a nice day

Herm Jan