j3andc
Board Regular
- Joined
- Mar 4, 2002
- Messages
- 172
I have a macro with the following line of code
Selection.AutoFill Destination:=Range("E2:E390")
The problem is that the number of rows will not aways be the same. How do I change the code so that it finds the bottow rather than me telling it where the bottom is.
Thanks in advance for any help.
Selection.AutoFill Destination:=Range("E2:E390")
The problem is that the number of rows will not aways be the same. How do I change the code so that it finds the bottow rather than me telling it where the bottom is.
Thanks in advance for any help.