Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
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

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default VBA Help Required - Copying details from ComboBox onto worksheet

Try this

Sheets("Sheet1").Range("A1").Value = Combobox1.Value


--
Regards Ron de Bruin
http://www.rondebruin.nl


"Alan T " wrote in message ...
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 a
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/



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help on copying details from 1 worksheet to another [email protected] Excel Discussion (Misc queries) 0 May 2nd 07 04:57 PM
Combobox Click event triggered when copying worksheet Tom Ogilvy Excel Programming 2 June 30th 05 04:54 PM
Userform text & combobox population help required please Newbie1 Excel Programming 5 February 28th 04 05:19 PM
Copying Worksheet triggers Click event of combobox Copying Worksheet triggers click event on combobox Excel Programming 2 January 25th 04 10:51 PM
Copying Worksheet triggers Click event of combobox on another worksheet Robert[_20_] Excel Programming 0 January 23rd 04 07:40 PM


All times are GMT +1. The time now is 08:33 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"