Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi there,
Within my cmdInsert code: when I click the cmdInsert i wish the code to check to see if the activecell is one of 30 predifined cell address's. The method I know would creat a huge if( and(. I wonder if there is a easier way. Example: If activecell.address = D7 or F7 or H7 or J7 or L7 or D12 or F12 or H12 or J12 or L12 or D17 or F17 or H17 or J17 or L17 or D22 or F22 or H22 or J22 or L22 or D27 or F27 or H27 or J27 or L27 or D32 or F32 or H32 or J32 or L32 Then Activecell.value = "Craig" elseif activecell.address = D8 or F8 or H8 or J8 or..... then Activecell.value = "Doug" elseif activecell.address = D9 or F9 or H9 or J9 or..... then Activecell.value = "Michael" Is there an easier way to test 7 sets of 30 cells ? Thanks Craig |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
IF statement checking if a cell's text is red | Excel Worksheet Functions | |||
Checking a cell's format in a function | Excel Worksheet Functions | |||
can't highlight cell - highlights only cell's row and column | Excel Discussion (Misc queries) | |||
checking celll in column | New Users to Excel | |||
checking value in column | Excel Programming |