Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Since there was such a wonderfully useful way to round all the items in
a range as they are loaded into an array posted - I'm wondering if there is a fast was to fill an entire column of values in an array with a particular value? In otherwords ..... 2 x 2 array.... C1 C2 C3 R1 v1 R2 v1 R3 v1 .. v1 .. . .. . Where R is row, C is column and V is the value.... |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If you are talking about a worksheet range, yes
Range("A1:K398").Value = 3 If you mean a VBA array, no. You need to use a loop or a 3rd party utility. On 6 Oct 2004 09:11:10 -0700, " wrote: Since there was such a wonderfully useful way to round all the items in a range as they are loaded into an array posted - I'm wondering if there is a fast was to fill an entire column of values in an array with a particular value? In otherwords ..... 2 x 2 array.... C1 C2 C3 R1 v1 R2 v1 R3 v1 . v1 . . . . Where R is row, C is column and V is the value.... |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
That did the trick | Excel Discussion (Misc queries) | |||
Conditional logic - trick question | Excel Discussion (Misc queries) | |||
Neat Trick | Excel Discussion (Misc queries) | |||
This Guy shows a SEO trick to beat Pay Per Click | Excel Discussion (Misc queries) | |||
Sharing a neat trick | Excel Discussion (Misc queries) |