Hi, I hope this one is easy.
I have a column about 300 rows deep, and need a form button at the end of each row that will note the contents of cell in the same row in another location.
I now I need
ActiveSheet.Buttons(Application.Caller).TopLeftCell line, but am having trouble working it in.
In my case, the button will be Row 14, Col K - I would need the contents of Col E from that row (text) to go into cell D475.
I hope that makes sense, the sheet is too large to upload.
Rodger
I have a column about 300 rows deep, and need a form button at the end of each row that will note the contents of cell in the same row in another location.
I now I need
ActiveSheet.Buttons(Application.Caller).TopLeftCell line, but am having trouble working it in.
In my case, the button will be Row 14, Col K - I would need the contents of Col E from that row (text) to go into cell D475.
I hope that makes sense, the sheet is too large to upload.
Rodger