Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have two workbooks, where one simply reads data from the other. I want the
read only spreadsheet to automatically filter out blank lines whether through a macro or some other method. I do not want the users to have to press any key strokes, I need to have this filter updated automatically as changes are made to the master. Example MASTER READ ONLY A2: 123456 A2: 123456 A3: 123554 A3: 123554 A4: A5: 111222 (A4 Filtered out) A5: 111222 When A2 becomes blank, it too would be automatically filters out. There can be data in A2 through to A500. At various times of the day, the data will change from BLANK to DATA. Currently, the users run Auto filter to filter out blank spaces but the data can change about every minute. I want the users of this spreadsheet to have to stop the need for auto filter. Any suggestions?? |