Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi, how do I set the color of a sell using VB? please let me know. Thanks. -- owl527 ------------------------------------------------------------------------ owl527's Profile: http://www.excelforum.com/member.php...o&userid=20916 View this thread: http://www.excelforum.com/showthread...hreadid=488595 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
See ColorIndex property in XL Help!
Regards, Stefi €žowl527€ť ezt Ă*rta: Hi, how do I set the color of a sell using VB? please let me know. Thanks. -- owl527 ------------------------------------------------------------------------ owl527's Profile: http://www.excelforum.com/member.php...o&userid=20916 View this thread: http://www.excelforum.com/showthread...hreadid=488595 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
and the range INterior property
-- HTH RP (remove nothere from the email address if mailing direct) "Stefi" wrote in message ... See ColorIndex property in XL Help! Regards, Stefi "owl527" ezt írta: Hi, how do I set the color of a sell using VB? please let me know. Thanks. -- owl527 ------------------------------------------------------------------------ owl527's Profile: http://www.excelforum.com/member.php...o&userid=20916 View this thread: http://www.excelforum.com/showthread...hreadid=488595 |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try something like
Range("A1").Interior.ColorIndex = 3 See ColorIndex in Help for more information. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "owl527" wrote in message ... Hi, how do I set the color of a sell using VB? please let me know. Thanks. -- owl527 ------------------------------------------------------------------------ owl527's Profile: http://www.excelforum.com/member.php...o&userid=20916 View this thread: http://www.excelforum.com/showthread...hreadid=488595 |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Another tip.
Turn on the macro recorder in tools=Macro=Record a New Macro then select the cell and change the color manually. then turn off the macro recorder and look at the recorded code. -- Regards, Tom Ogilvy "owl527" wrote in message ... Hi, how do I set the color of a sell using VB? please let me know. Thanks. -- owl527 ------------------------------------------------------------------------ owl527's Profile: http://www.excelforum.com/member.php...o&userid=20916 View this thread: http://www.excelforum.com/showthread...hreadid=488595 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
highlighting cell | Excel Discussion (Misc queries) | |||
Highlighting a cell | Excel Discussion (Misc queries) | |||
Highlighting cell | Excel Discussion (Misc queries) | |||
Cell Highlighting | Excel Discussion (Misc queries) | |||
Highlighting blanks via GO TO SPECIAL is not highlighting blank cells - HELP, I'm totally stuck. | Excel Discussion (Misc queries) |