![]() |
![]() |
|
|||||||
| 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: 115
|
Can that be done? If I have 20 rows, and I want to have a line at the bottom of EACH row, what do I do? Do I have to manually select each row? If I select all 20, of course it only edges the bottom one of the selection.
Thanks |
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Bogota, Colombia
Posts: 11,927
|
In VBA:
Selection.Borders(xlInsideHorizontal).LineStyle=xlContinuous In Excel Select all 20 rows, go to Format, Cells, Borders, and click on the horizontal line that's in the middle... that's it ! (Oh, make sure that you also check the bottom one) |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|