K
ksnapp
helo,
I have come to the conclusion that my stategy for a specfic project i
doomed to failure.
I think whit the code I have I would be able to make it work if...
Here is what I have
I have names in column A , descritions in columns B and C, and Valu
(numbers) in columns C and D. example:
name 1 big large 10 25
small large 15 36
name 2 med. small 36 65
tiny big 45 28
I think if I had a way to define from when an accounts name firs
appears to when it ends it would make the program work.
I think i need a sub that defines the range for name 1 then I can plu
in my existing code (adjusted to work). that code would do its thin
and then repeat for the next name.
Is this at all possible
I have come to the conclusion that my stategy for a specfic project i
doomed to failure.
I think whit the code I have I would be able to make it work if...
Here is what I have
I have names in column A , descritions in columns B and C, and Valu
(numbers) in columns C and D. example:
name 1 big large 10 25
small large 15 36
name 2 med. small 36 65
tiny big 45 28
I think if I had a way to define from when an accounts name firs
appears to when it ends it would make the program work.
I think i need a sub that defines the range for name 1 then I can plu
in my existing code (adjusted to work). that code would do its thin
and then repeat for the next name.
Is this at all possible