Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default really simple question

Okay. I have check boxes on three sheets. I have a fourth sheet tha
i have a form on. I have a button on the third sheet. Once the perso
is done checking all the boxes on the third sheet, he/she will click th
button. That will fill in the cells on my form.

Now, I have no clue about VB, but I have to do this for work. How do
store the answers of the check boxes as yes and no answers. Then, wha
commands would i use to say, for example, the value of checkbox 1 fro
sheet 1 and put it in cell B6 on sheet 4?

Thank you in advance for all your insigh

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

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default really simple question

Link checkbox1 in sheet1 to the cell underneath it. (assume B9)
then
in B6 on sheet4
=if(sheet1!B9="","",if(sheet1!B9,"Yes","No"))

--
Regards,
Tom Ogilvy




"jacksonz " wrote in message
...
Okay. I have check boxes on three sheets. I have a fourth sheet that
i have a form on. I have a button on the third sheet. Once the person
is done checking all the boxes on the third sheet, he/she will click the
button. That will fill in the cells on my form.

Now, I have no clue about VB, but I have to do this for work. How do I
store the answers of the check boxes as yes and no answers. Then, what
commands would i use to say, for example, the value of checkbox 1 from
sheet 1 and put it in cell B6 on sheet 4?

Thank you in advance for all your insight


---
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
IF formula-simple question; simple operator Rich D Excel Discussion (Misc queries) 4 December 6th 07 03:36 PM
a simple question Zee Excel Discussion (Misc queries) 1 September 18th 06 10:44 AM
Simple Question Brian Excel Discussion (Misc queries) 3 March 10th 06 10:12 AM
Simple Simple Excel usage question BookerW Excel Discussion (Misc queries) 1 June 23rd 05 10:06 PM
simple question, hopefully a simple answer! Matt B Excel Programming 5 January 13th 04 08:43 PM


All times are GMT +1. The time now is 01:18 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"