View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Alan T[_4_] Alan T[_4_] is offline
external usenet poster
 
Posts: 1
Default VBA Help Required - Copying details from ComboBox onto worksheet

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

--
Message posted from http://www.ExcelForum.com