LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
JNW JNW is offline
external usenet poster
 
Posts: 480
Default I want to add a checkbox at the end to return data to a separate s

PrivateSub checkBox1_Change()
If checkBox1.value = true then
'....your code to move the row
Elseif checkBox1.value = false then
'....your code when the checkbox is not checked
End if
End sub

"KISS" wrote:

I want to add a checkbox option at the end of the row of data to return
certain, not all data in the row, to a separate file, preferably, or to
separte worksheet. If the box is checked the info from that row will return.

 
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
Separating carriage return data into separate cells Richard Excel Discussion (Misc queries) 2 May 11th 09 09:12 PM
Return Data Matching Criteria in a separate spreadsheet KalliKay Excel Worksheet Functions 3 October 29th 08 07:40 PM
MAX IF? - Return MAX if Condition met in Separate Column wx4usa Excel Discussion (Misc queries) 3 October 23rd 07 03:48 AM
Trying to separate sentences in a cell by using return perseous Excel Discussion (Misc queries) 1 June 6th 07 08:00 PM
Save 2 separate data imports in separate worksheets on the same ex Jay Excel Worksheet Functions 1 March 8th 06 01:31 PM


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

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

About Us

"It's about Microsoft Excel"