Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Junior Member
 
Posts: 1
Default CheckBox Control Copy and Paste

I am new to the advance functions of Excel.

I have an inventory sheet running. I want to place a check box next to each line and once the box is checked, it copies the 3 or 4 different columns in that one row(i.e.: SKU#, Description, Manaufactor and Current Quantity) to another sheet and prompts you to enter the amount to order. As I check different items, I want it to place that information on the next line generating a running order list. I have about 400 items in my inventory and just want to go through it and just check off what I need to order. Hope this makes sense.

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,514
Default CheckBox Control Copy and Paste

I am new to the advance functions of Excel.

I have an inventory sheet running. I want to place a check box next
to each line and once the box is checked, it copies the 3 or 4
different columns in that one row(i.e.: SKU#, Description,
Manaufactor and Current Quantity) to another sheet and prompts you to
enter the amount to order. As I check different items, I want it to
place that information on the next line generating a running order
list. I have about 400 items in my inventory and just want to go
through it and just check off what I need to order. Hope this makes
sense.

Thanks


You can format a column where the checkboxes should with Wingdings2
font, then use the Worksheet_BeforeDoubleClick event to place a
checkmark in the cell that was double-clicked. Just arrange the
height/width of the cells in that column to reasonably resemble a
checkbox, and include a light border around them. Give the column a
defined name with local scope so coding is easier managed.
Double-clicking will toggle the checkmark on/off. On can prompt for
Qty, Off can prompt to delete from the order sheet or just set Qty to
zero. (Setting to zero allows showing pricing of the item, but not
including that in the total)

If you need help with this, put your file on a public download site and
post back to here a link so we can look at it. Be sure to put an email
address in the file so we know where to send it...

--
Garry

Free usenet access at http://www.eternal-september.org
Classic VB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion


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
Copy cell from Excel file and paste into control on internet page Qaspec Excel Programming 0 September 6th 07 06:38 PM
CheckBox Code to copy & paste range Casey Excel Discussion (Misc queries) 0 October 13th 05 05:32 PM
Control function for copy/paste Vicky Excel Worksheet Functions 0 August 19th 05 02:00 PM
Checkbox control packat[_2_] Excel Programming 6 January 1st 05 02:27 PM
VBA Control Checkbox Tommy[_6_] Excel Programming 2 August 7th 03 06:02 PM


All times are GMT +1. The time now is 05:19 PM.

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"