View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gord Dibben Gord Dibben is offline
external usenet poster
 
Posts: 22,906
Default Printing selected parts of a list....

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

On Tue, 3 Apr 2007 13:28:01 -0700, Daniel R
wrote:

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?