Hello people of Chandoo,
I have data that will vary in size over time. The data always starts in row 12, and I know that I'll need a dropdown list containing different addresses in column E every time. So, I have a previously defined 'lastrow' variable to help me select the data exactly:
Can anyone help me with inserting a dropdown list from here on? Thanking you in advance!
I have data that will vary in size over time. The data always starts in row 12, and I know that I'll need a dropdown list containing different addresses in column E every time. So, I have a previously defined 'lastrow' variable to help me select the data exactly:
Code:
'Including a dropdown list in column E
Range(Cells(12, 5), Cells(lastRow, 5)).Select
'Insert dropdown list here
Can anyone help me with inserting a dropdown list from here on? Thanking you in advance!