Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
is it possible to make a macro that use the value in a cell (eg.1002), and
make a Range with same number (1002 cells) of cell's that's diplay in the one cell. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If the number of cells is in cell A1, use code like the
following: Dim Rng As Range Set Rng = Range("B1").Resize(Range("A1").Value,1) -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Aksel Børve" wrote in message ... is it possible to make a macro that use the value in a cell (eg.1002), and make a Range with same number (1002 cells) of cell's that's diplay in the one cell. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I enter formula sum(range+range)*0.15 sumif(range=3) | Excel Discussion (Misc queries) | |||
Excel Addin:Setting the range to the Excel.Range object range prop | Excel Worksheet Functions | |||
Translate range name passed as string to a custom function to range addresses! | Excel Programming | |||
Range.Find returns cell outside of range when range set to single cell | Excel Programming | |||
how to? set my range= my UDF argument (range vs. value in range) [advanced?] | Excel Programming |