L
ljb
I'm quite new to Excel programming. I have a worksheet with change event
code calling a sub that builds a color and inventory matrix to the right of
a part number in column 1. The data is coming from XML files using MSXMLDOM
in code. One entry in column 1 will fill several columns and rows which is
all working. I now want to enhance this to be able to paste in several part
numbers into column 1 at once. How do I keep track of the cells with the
part numbers? The change event has a range parameter but as I insert rows
with my code to build the matrix between the numbers pasted in the range
keeps changing.
thanks
LJB
code calling a sub that builds a color and inventory matrix to the right of
a part number in column 1. The data is coming from XML files using MSXMLDOM
in code. One entry in column 1 will fill several columns and rows which is
all working. I now want to enhance this to be able to paste in several part
numbers into column 1 at once. How do I keep track of the cells with the
part numbers? The change event has a range parameter but as I insert rows
with my code to build the matrix between the numbers pasted in the range
keeps changing.
thanks
LJB