Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The following is breaking at the activeworkbook.Names.......... line
'set up the info area Dim ranInfoArea As Range Set ranInfoArea = Range("H1:J1") ActiveWorkbook.Names.Add Name:="InfoArea", RefersTo:="=" & Worksheets("Test").Range("H1:J1") With Range("InfoArea") .Merge True .Font.Name = "Calabri" .Font.Size = 9 .Font.Bold = True .Font.Color = RGB(0, 0, 0) .HorizontalAlignment = xlCenter .VerticalAlignment = xlCenter End With |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Range naming | Excel Discussion (Misc queries) | |||
Naming a range | Excel Discussion (Misc queries) | |||
naming a range | Excel Programming | |||
VB Code Naming a Range (range changes each time) | Excel Programming | |||
Range naming | Excel Programming |