Autofill Destination
Closed
tclouser
Posts
1
Registration date
Tuesday March 11, 2014
Status
Member
Last seen
March 11, 2014
-
Mar 11, 2014 at 12:54 PM
clouser - Mar 13, 2014 at 01:49 PM
clouser - Mar 13, 2014 at 01:49 PM
Related:
- Autofill Destination
- Clear autofill chrome - Guide
- Safari autofill - Guide
- How to change download destination opera gx - Guide
- Opera autofill settings - Guide
- Delete autofill url chrome - Guide
2 responses
tclouser,
Will you post what your code looks like? Let us have an idea of where you are stuck, as there is no progress in re-inventing the wheel. Thank you!
Will you post what your code looks like? Let us have an idea of where you are stuck, as there is no progress in re-inventing the wheel. Thank you!
yes. this is what i came up with so far on my code
Selection.AutoFill Destination:=Range("D5:D" & Range("C" & Rows.Count).End(xlDown)
this actually is working but now the next thing I need help with. Is this code goes down the whole column of D, to infinity and beyond. What i need now to tell it is to stop at the first blank in column C. Does that make sense
Selection.AutoFill Destination:=Range("D5:D" & Range("C" & Rows.Count).End(xlDown)
this actually is working but now the next thing I need help with. Is this code goes down the whole column of D, to infinity and beyond. What i need now to tell it is to stop at the first blank in column C. Does that make sense