Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
' Select range to put borders on
' B3 thru F3 and down to last row LastRow = Worksheets(1).Cells(Rows.Count, "E").End(xlUp).Row Range ("B3:G" & LastRow) Selection.Borders(xlDiagonalDown).LineStyle = xlNone Selection.Borders(xlDiagonalUp).LineStyle = xlNone With Selection.Borders(xlEdgeLeft) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Rows & Columns Fixed Width / Height | Excel Discussion (Misc queries) | |||
Fixed 26 million rows, now 16,000 columns- help help! | Excel Discussion (Misc queries) | |||
Fixed column, variable rows | Excel Programming | |||
Setting borders for two rows and all columns on spread sheet | Excel Worksheet Functions | |||
Printing fixed columns and rows | Excel Programming |