Hi Saraubh,
My mistake...
When I said filtered by column D, is column C, that is where the date is located.
I know I can use the solution you said, but is exactly what I'm triying to avoid due that the File could have more than 300 lines per day that need to be filtered.
I'm attaching here the two original files where you can see the code in (DATA BASE.xls) that copy some previously filtered values there and paste it and format it in LOAD.xls. (Where I need to filter by date) (To run the code LOAD must be opened and DATA BASE must have the filters on and activated...normally by column D)
The reason to merge the cells is that the information the user will write there (columns D to K) is common to the same customer delivery.
Could you please check the code and see if there is any chance to achieve what I need without the manually filling part ?... If is not possible what I need just let me know.
Thank you for your time,
Roberto.
Main Topics
Browse All Topics





by: saurabh726Posted on 2009-11-05 at 10:33:39ID: 25752405
To do what you are looking for,There are two options which are availble,
First You have to unmerge the cells and then fill the value in it since when you merge it it considers the value is filled in the top most cell only.
Second Unmerge the cells fill the value in the top cell and copy and paste it over in all the cells and then merge again and by doing this way your value will apear even irrespective the cell is merge.
Enclosed is the workbook for your reference where i filled values in row-15 to 20 in column-D a random date, Now even if you apply filter on Column-A individually it will still show that date.
Saurabh...
data