Hello All,
I've got a bit of code that when you click on a button, it inserts a new row below with a unique ID number. There are a series of button down the list as they indicate a new section in the list and a button adds a new row to that section.
The problem I have is that when I apply a filter to this list the code does not add a new row, only changes the ID number.
The solution I'm thinking of would be something like this:
(with filter applied)
button clicked,
undhide rows or remove filter
perform code
hide rows that were hidden or reapply filter
end
not sure if this is possible but thought I would ask.
Regards,
Gumbles
I've got a bit of code that when you click on a button, it inserts a new row below with a unique ID number. There are a series of button down the list as they indicate a new section in the list and a button adds a new row to that section.
The problem I have is that when I apply a filter to this list the code does not add a new row, only changes the ID number.
The solution I'm thinking of would be something like this:
(with filter applied)
button clicked,
undhide rows or remove filter
perform code
hide rows that were hidden or reapply filter
end
not sure if this is possible but thought I would ask.
Regards,
Gumbles