Hi Everyone,
I was provided the following script to use arrow down rather than activecell.offset as I have a filtered list and want to select the next cell down that is visible.
My problem now is that if I try to access the cell using the script the address is the old cell address before the arrow down script has run.
I.e. I run the arrow down script and then textbox4.value = activecell.address, yet it is not the activecell it is the previous cell which I don't want it to be.
I was provided the following script to use arrow down rather than activecell.offset as I have a filtered list and want to select the next cell down that is visible.
Code:
SendKeys "{DOWN}"
My problem now is that if I try to access the cell using the script the address is the old cell address before the arrow down script has run.
I.e. I run the arrow down script and then textbox4.value = activecell.address, yet it is not the activecell it is the previous cell which I don't want it to be.