K
KSpider
Hope I can explain this right.
Ok , every morning I run a macro that compares the previous two day
prices for items. Now under certain circumstances I want to replace th
new price over an old price, if in fact it has changed over a certai
tolerence. Now I have a diff column, which I use to filter the change
over tolerence, what I have been doing is hand inputting the new ove
old prices. I tried copying the filtered list, but when I paste i
screws up. It starts in the cell I want, but starts pasting in th
hidden cells. Is there a way around this?
Hope I made myself clear.
For example :
Price 1 Price 2 Diff
a1=20 b1=20 c1=00
a2=15 b2=25 c2=10
a3=12 b3=32 c3=20
a4=33 b4=33 c4=00
a5=22 b5=75 c5=53
I will filter for differences, and will get rows 2,3,5 visible. I wan
to able to copy the visible cells of b2,b3,b5 and paste them int
a2,a3,a5
Ok , every morning I run a macro that compares the previous two day
prices for items. Now under certain circumstances I want to replace th
new price over an old price, if in fact it has changed over a certai
tolerence. Now I have a diff column, which I use to filter the change
over tolerence, what I have been doing is hand inputting the new ove
old prices. I tried copying the filtered list, but when I paste i
screws up. It starts in the cell I want, but starts pasting in th
hidden cells. Is there a way around this?
Hope I made myself clear.
For example :
Price 1 Price 2 Diff
a1=20 b1=20 c1=00
a2=15 b2=25 c2=10
a3=12 b3=32 c3=20
a4=33 b4=33 c4=00
a5=22 b5=75 c5=53
I will filter for differences, and will get rows 2,3,5 visible. I wan
to able to copy the visible cells of b2,b3,b5 and paste them int
a2,a3,a5