Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You can get most things like this with the macro recorder.
With Worksheets("My Sheet").Range("B1:B3") .Name = "TheRangeName" .Font.Bold = True .HorizontalAlignment = xlHAlignRight End With - Jon ------- Jon Peltier, Microsoft Excel MVP Tutorials and Custom Solutions http://PeltierTech.com _______ "Gwen" wrote in message ... Please assist. I want to programmatically name ranges. for ex. b1, b2, b3 Then I want to bold and right align the named range. Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Selecting range programmatically | Excel Programming | |||
increase range programmatically | Excel Programming | |||
Programmatically defining dynamic range | Excel Programming | |||
How do I programmatically specify a range. | Excel Programming | |||
Summing a variable sized range programmatically | Excel Programming |