Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() the below source code work, but is not true. why? i want to be a15=2,b15=5,a19=7,b19=8 i want to be worked using array or union method without for loop. Sub unii() Dim sht As Worksheet Set sht = ThisWorkbook.Sheets(1) Set uni = Union(sht.[a7:b7], sht.[a9:b9]) Set uni_tar = Union(sht.[a15:b15], sht.[a19:b19]) uni_tar.Value = uni.Value End Sub *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find loop doesn't loop | Excel Discussion (Misc queries) | |||
How do I create a For loop within a For loop? | Excel Programming | |||
For/Loop skipping one value in loop only | Excel Programming | |||
Worksheet_Change - loop within a loop | Excel Programming | |||
HELP!!!! Can't stop a loop (NOT an infinite loop) | Excel Programming |