Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I only want to code a line which instructs VBA to
Place a thin border around a cell. With Range("G2") .Range("A1").Formula = "=SUBTOTAL(9,$G$5:$G$50)" .Range("A1").Interior.ColorIndex = 6 .Range("A1").Font.Bold = True .Range("A1").Style = "Comma" <<<<<<<<<<<?????? End With I did a Record Macro to get the code,, I only Clicked on the single icon with the Full continuous line around the cell (top,left,right,& bottom) and when I examined the code it was 15-20 lines << What is the SKINNY of this auto produced code to produce a SIMPLE Border (All-Round type)? TIA, Jim May |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
border on last cell of page effects border on beginning cell of ne | Excel Discussion (Misc queries) | |||
Place a Bottom Border in a Table via a Macro | Excel Discussion (Misc queries) | |||
create a thin border around the selected cells | New Users to Excel | |||
How to place a border on every page in excel? | Excel Worksheet Functions | |||
How to create thin cell border | Excel Discussion (Misc queries) |