Greetings all. Being a bit rusty with my VBA, and having not found a solution in the archives, I throw this question to the floor.
I need to pull info into two cells. I am sorting through a data sheet, hoping to compile with VBA, information only where there is a value of 0, in Range(C7,R).
I need to pull the product from C6, using mid function (no problem), but I also need to pull the customer number from a variable Cell. It is above Range(C4,R), but it can vary from 1 – 4 rows. So how do I select the customer string to get the mid (customer # value) so that in the end, for each line 0, Range(C4,R) = Cust, C5=mid of C6 and C7 = Sales? Every combination of declaring, do loops, etc, there is something that just isn’t kosher with VBA.
Your assistance please.
Thanks.