Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
guys...i need help in excel to fill the column color..
for example i need to fill the column with color red .. how to do it.. my purpose is that when i key in the word "r" or "R" then the colum beside it will autofill color of RED if target.column = 5 then select case target.text case "r" OR "R" ' this synta correct? ****** here i need the syntax to fill the next column with red color case "y" or "Y" ****** yellow color in the next column end select else exit sub end if pls help me..please.. -- Message posted from http://www.ExcelForum.com |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Check out http://www.cpearson.com/excel/colors.htm
to set your colourindex "tpk1031 " wrote in message ... guys...i need help in excel to fill the column color.. for example i need to fill the column with color red .. how to do it.. my purpose is that when i key in the word "r" or "R" then the column beside it will autofill color of RED if target.column = 5 then select case target.text case "r" OR "R" ' this syntax correct? ****** here i need the syntax to fill the next column with red color case "y" or "Y" ****** yellow color in the next column end select else exit sub end if pls help me..please... --- Message posted from http://www.ExcelForum.com/ |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Target.Interior.ColorIndex = ????
On Thu, 16 Sep 2004 23:39:24 -0500, tpk1031 wrote: guys...i need help in excel to fill the column color.. for example i need to fill the column with color red .. how to do it.. my purpose is that when i key in the word "r" or "R" then the column beside it will autofill color of RED if target.column = 5 then select case target.text case "r" OR "R" ' this syntax correct? ****** here i need the syntax to fill the next column with red color case "y" or "Y" ****** yellow color in the next column end select else exit sub end if pls help me..please... --- Message posted from http://www.ExcelForum.com/ |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
My fill color and font color do not work in Excel Std Edition 2003 | Excel Discussion (Misc queries) | |||
Excel 2003 will not display color fonts or color fill cells | Excel Worksheet Functions | |||
My excel 2003 wont let me fill cells with color or color the tabs. | New Users to Excel | |||
Find first and last cells in column that have a certain fill color | Excel Programming | |||
Find first and last cells in column that have a certain fill color | Excel Programming |