I was able to find a way around this problem with a solution I'm happy with.
I was not able to find anything at all on the Internet to cause empty rows within the table range to be placed at the top of the list when there is a filter applied and judging by that and the lack of responses to this post, it's not possible. The answer came to me this morning just as I was waking up... Seems I do my best thinking when I'm half in and half out of sleep.
I was making this far more difficult than it needed to be. Since I needed the new record (row) to be visible when inserted while a filter was applied using the entry in the filter cell B5, I used a copy and paste function in my code to copy the filter cell and paste the value into the new record B10 cell so it becomes within the parameters of the filter. New record stays visible and at the top of the other filtered records. Works like a charm.
Bookmarks