Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I try to record macro to format data. My purpose is to every time select a
certain rows and run the macro to format. That part is easy. But I want to format the first row within the selection to be bold. How can I identify the first row in the selection? Please help. Thanks, With Selection .VerticalAlignment = xlBottom .WrapText = False .Orientation = 0 .ShrinkToFit = False .MergeCells = False End With |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
select multiple rows and format | Excel Discussion (Misc queries) | |||
Conditional Format - Doing without using .Select? | Excel Discussion (Misc queries) | |||
find last row and select whle row for format | Excel Discussion (Misc queries) | |||
When I select "format cells", the format dialog box does not disp. | Excel Worksheet Functions | |||
Select cells by format with VBA | Excel Programming |