#1   Report Post  
Craig Carlson
 
Posts: n/a
Default Macros in Excel

I created a series of macros each associated with a check box. the macro
simple copies a value from one cell to the cell adjacent to the check box.

I have 35 of these check boxe and each of them require their own macro.
Hoever when I reached the 11th box, the record function was grayed out. Is
there a limit to the number of macros? If so, is there a way to increase it?
  #2   Report Post  
Biff
 
Posts: n/a
Default

Hi!

Don't know much about VBA but it sounds like a bit of
overkill with all the macros. You can do this very easily
with a simple IF formula.

I'll assume that if your checkbox is checked that triggers
the macro to copy a cell.

Why not just link the checkbox to a cell and set format
control value to CHECKED. Format the linked cells text
color to be the same as the fill color.

Assume A1 is the linked cell:

IF(A1=TRUE,C1,"")

Biff

-----Original Message-----
I created a series of macros each associated with a check

box. the macro
simple copies a value from one cell to the cell adjacent

to the check box.

I have 35 of these check boxe and each of them require

their own macro.
Hoever when I reached the 11th box, the record function

was grayed out. Is
there a limit to the number of macros? If so, is there a

way to increase it?
.

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
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? Richard Excel Discussion (Misc queries) 2 May 13th 23 11:46 AM
quattro pro converter Excel 2003 dr88363 New Users to Excel 0 February 27th 05 05:00 PM
How do I update Excel 2000 macros to work in Excel 2002? BobPetrich Excel Discussion (Misc queries) 3 January 4th 05 04:06 PM
how can i edit excel 4 macros in Excel 2003 Pedrito1967 Excel Worksheet Functions 0 December 7th 04 07:21 PM
Is there a way to sort by color in excel? using macros? PJ456 Excel Worksheet Functions 2 November 8th 04 03:36 PM


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