02-14-2018
01:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
02-14-2018
01:49 PM
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
Succes on your project, and have a nice day
Herm Jan
Kudo's are also appreciated
Succes on your project, and have a nice day
Herm Jan