Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need to resize a Range from a Name object, but always receive errors.
.... ThisWorkbook.Names("data").RefersToRange.Rows.Resi ze(10) What is the right way to do this? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Range("data").Resize(10).Name = "data"
-- __________________________________ HTH Bob "Alexey" wrote in message ... I need to resize a Range from a Name object, but always receive errors. ... ThisWorkbook.Names("data").RefersToRange.Rows.Resi ze(10) What is the right way to do this? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks
"Bob Phillips" wrote: Range("data").Resize(10).Name = "data" -- __________________________________ HTH Bob "Alexey" wrote in message ... I need to resize a Range from a Name object, but always receive errors. ... ThisWorkbook.Names("data").RefersToRange.Rows.Resi ze(10) What is the right way to do this? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Resize a range | Excel Programming | |||
Range.Delete and Range.Resize.Name performance issues | Excel Programming | |||
Range resize | Excel Programming | |||
Resize Range Question | Excel Programming | |||
Range Resize | Excel Programming |