![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Mar 2002
Posts: 465
|
Tom was kind enough to post a code, which works quite well. I would now like to make the following adjustments: Bold Italic and to have the cell highlighted in light yellow. Here's the code:
Private Sub Worksheet_Change(ByVal Target As Excel.Range) If Intersect(Target, Range("A1:D20")) Is Nothing Then Exit Sub Target.Font.FontStyle = "Bold" End Sub Can this be done? Thanks Again, Anthony |
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Columbus, OH, USA
Posts: 3,519
|
Yup:
HTH |
|
|
|
|
|
#3 |
|
Board Regular
Join Date: Mar 2002
Posts: 465
|
Worked like a charm Mark...........Thanks!!!
Anthony |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|