VBA Help Required - Copying details from ComboBox onto worksheet

A

Alan T

How do I copy the detail from a ComboBox on a UserForm onto a worksheet


On a previous project I had the following code to copy a value from
cell on one worksheet to a a cell on another

'Colleague Initials
Sheets("Call Logging Tool").Range("j8").Copy _
Sheets("Call Statistics").Range("c65536").End(xlUp).Offset(1, 0)

Can this be amended to carry out what I need
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top