If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Microsoft Excel > Copying Combo Boxes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-04-06, 07:16
maupiedra maupiedra is offline
Registered User
 
Join Date: Jul 2006
Posts: 2
Copying Combo Boxes

I have created a sheet with several comboboxes and everything works fine. My problem is that when I try to copy the worksheet and paste it to a new worksheet, everything copies and pastes but the comboboxes (that is unless I have it on design mode, at which point I have to go and copy the boxes and paste them onto the new sheet seperately). Is there a setting in the properties that allows for the boxes to be copied freely without having it on design mode?
Reply With Quote
  #2 (permalink)  
Old 07-05-06, 08:26
shades shades is offline
Registered User
 
Join Date: Oct 2003
Posts: 1,091
Howdy. Not with Combo boxes.

Interestingly, Rob Bovey, Stephen Bullen, and John Green who wrote the recent book: Professional Excel Development: The Definitive Guide to Developing Applications Using Microsoft Excel and VBA recommend staying away from Combo boxes if possible. Personally I have not used any combo boxes for the last three years.
__________________
old, slow, and confused
but at least I'm inconsistent!

Rich
(retired Excel 2003 user, 3/28/2008)

How to ask a question on forums
Reply With Quote
  #3 (permalink)  
Old 07-05-06, 09:03
norie norie is offline
Registered User
 
Join Date: Mar 2006
Posts: 163
How are you copying the worksheet?
Reply With Quote
  #4 (permalink)  
Old 07-05-06, 09:12
maupiedra maupiedra is offline
Registered User
 
Join Date: Jul 2006
Posts: 2
Just a straight select all (Ctrl+A), Copy (Crtl+C) then paste (Crtl+V).
Reply With Quote
  #5 (permalink)  
Old 07-05-06, 09:22
norie norie is offline
Registered User
 
Join Date: Mar 2006
Posts: 163
That would only copy cells.
Reply With Quote
  #6 (permalink)  
Old 07-08-06, 16:01
savbill savbill is offline
Registered User
 
Join Date: Feb 2004
Posts: 533
This is because you have the worksheet protected to prevent the combo box from being selected and altered. To copy the entire worksheet with the controls you can right-click the sheet tab and select "Move or Copy" from the shortcut menu. Use the copy dialog to move or copy to another workbook or a new workbook. You could also unlock the sheet before attempting to copy, that should allow you to cut and paste to copy data and controls from a worksheet.

A way to add controls to the worksheet without using the on-sheet Form controls is to use 'Validation...' (found on the 'Data' menu) check the option to include an "in-cell dropdown" for list values. The dropdowns slow data entry for the experienced user, but may help novice uers.
__________________
~

Bill
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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