• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

possible to keep row hidden when filter cleared/used?

Ben Millen

New Member
Hi all, so on the form im making a row is hidden, that row is used to create new rows with the same properties

however whenever i apply or clear filters this row is unhidden

any way to stop that?
 
Can you move the row somewhere outside of filtered area, and then have formatting/formulas copied from there to new rows?
 
Could you make the row height very small, like 0.01? That way, it's still unhidden, but can't quite be seen.
 
i like your thinking but that doesnt seem the best way to do it, several people will be using the form and i dont want anything that will cause questions or that they can mess up
 
Can you upload an example of your table? I'm not sure what other options we might have. :(
 
Hi Ben ,

I don't understand what properties are present in the hidden row , which will not be present in added rows ; can you clarify ?

If at all you are using VBA to customize any row that is added , why should the properties be copied from a hidden row ? Can they not be coded in the VBA procedure itself ?

Narayan
 
guys im new to this so dont really understand your suggestions

ive got conditions that need to be applied to the rows (change color depending on dates)

heres a copy of the file
 

Attachments

  • Maintenance templte 19914.xlsm
    769.8 KB · Views: 4
Hi Narayan, just looked at this, doesnt seem right though, it inserts the row at the bottom and doesnt apply the rules
 
Hi Ben ,

Since you say it does not apply the rules , can you say how I can test this ?

I had checked it before uploading the file , and from what I could see it worked.

Narayan
 
thats great Narayan, thanks, it was copying the color from the header but i fixed that with ".Interior.Color = xlNone"

thanks for your help on this :)
 
Back
Top