JohnRussell
New Member
- Joined
- Jun 28, 2013
- Messages
- 2
Hi,
Not much experience in vba.
My script ends by copying a filtered range and then pasting the (special paste values) further down the page. When the script ends the pasted range is still selected. I want to continue my script by adding a column of analysis to the right of this pasted range. For instance it might be the sum of the rows.
But how do I reference this added column? I know how to reference the beginning, but not the end, because that will depend on the results of the filtering, which will be different every time.
Not much experience in vba.
My script ends by copying a filtered range and then pasting the (special paste values) further down the page. When the script ends the pasted range is still selected. I want to continue my script by adding a column of analysis to the right of this pasted range. For instance it might be the sum of the rows.
But how do I reference this added column? I know how to reference the beginning, but not the end, because that will depend on the results of the filtering, which will be different every time.