Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Programmers--I think I'm close, but close doesn't count in
programming. Why does this error occur during the worksheet change event? I must union 3 ranges. Here is the code: Dim myRange As Range Dim myIntersect As Range Dim myCell As Range Union(Range("Range1"), Range("Range2"), Range("Range3")).Name = "ComboRange" Set myRange = Me.Range("ComboRange") .... Here are the named ranges: Range1=!$AV$13:!$EZ$13,!$AV$15:!$EZ$15,!$AV$17:!$E Z$17,!$AV$19:!$EZ $19,!$AV$21:!$EZ$21,!$AV$23:!$EZ$23,!$AV$25:!$EZ$2 5,!$AV$27:!$EZ$27,! $AV$29:!$EZ$29,!$AV$31:!$EZ$31 Range2=!$AV$31:!$EZ$31,!$AV$33:!$EZ$33,!$AV$35:!$E Z$35,!$AV$37:!$EZ $37,!$AV$39:!$EZ$39,!$AV$41:!$EZ$41,!$AV$43:!$EZ$4 3,!$AV$45:!$EZ$45,! $AV$47:!$EZ$47,!$AV$49:!$EZ$49 Range3=!$AV$51:!$EZ$51,!$AV$53:!$EZ$53,!$AV$55:!$E Z$55,!$AV$57:!$EZ $57,!$AV$59:!$EZ$59,!$AV$61:!$EZ$61,!$AV$63:!$EZ$6 3,!$AV$65:!$EZ$65,! $AV$67:!$EZ$67,!$AV$69:!$EZ$69 Note: these ranges don't have Sheet2! in them (I want them to be global--used on every sheet). Thanks! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Method 'Union' of object '_Application' failed (Runtime Error 1004 | Excel Programming | |||
Method 'Range' of object '_Global' failed | Excel Programming | |||
Method 'Union' of object '_Global' failed error | Excel Programming | |||
Union method for Range Object | Excel Programming | |||
Method 'Range' of object '_Global' failed | Excel Programming |