Printing selected parts of a list....

D

Daniel R

I have a parts list that is VERY long and want to make it so that when people
go in and enter a part that they use, it will only print those rows that the
data was changed in, or are some how marked.

How can I make this happen?
 
G

Gord Dibben

Without a lot more detail it would be difficult to hazard more than a guess.

You could use event code to mark when cells are changed then Autofilter for
those marked cells.


Gord Dibben MS Excel MVP
 
D

Daniel R

Thanks, I just needed to be pointed in the right direction. I think I can
take it from there...
 
Top