Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1
Default Check Box Macro for multiple sheets

Hello, I am trying to write a macro (complete newbie) has the following
function: (I used the toolbar, not forms for checkboxes)

if the value ot checkbox 1 on sheet 1 = true, then a value of 10 should
enter into cell C33 on sheet 2.

Any suggestions for the newbie?

Thanks ahead of time

  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 35,218
Default Check Box Macro for multiple sheets

Don't use a macro.

Right click on that checkbox.
Choose properties.
Assign the LinkedCell to an out of the way cell

Then use that out of the way cell in your formula.

Put this:
=if(sheet1!a1=true,10,"it's not checked!")
in C33 of sheet2

I used A1 of sheet1 for my out of the way cell.

Kbernbr wrote:

Hello, I am trying to write a macro (complete newbie) has the following
function: (I used the toolbar, not forms for checkboxes)

if the value ot checkbox 1 on sheet 1 = true, then a value of 10 should
enter into cell C33 on sheet 2.

Any suggestions for the newbie?

Thanks ahead of time


--

Dave Peterson
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
compiling data from multiple Excel sheets - macro? Stephanie Mistretta Excel Worksheet Functions 2 April 23rd 08 11:44 AM
Macro to Filter Information in Multiple sheets and Make graph misschanda via OfficeKB.com Excel Worksheet Functions 0 August 24th 07 03:25 PM
Macro to protect multiple sheets? Stilla Excel Worksheet Functions 12 March 5th 07 07:03 PM
macro to compile columns on multiple sheets simonsmith Excel Discussion (Misc queries) 2 May 9th 06 04:06 PM
creating macro working across multiple sheets Nicole Seibert Excel Worksheet Functions 8 February 28th 06 05:53 PM


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