Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
'-----------------------------------------------------------------
Function AntiUnion(SetRange As Range, UsedRange As Range) As Range '----------------------------------------------------------------- Dim saveSet saveSet = SetRange.Formula SetRange.ClearContents UsedRange = 0 Set AntiUnion = SetRange.SpecialCells(xlCellTypeBlanks) SetRange = saveSet End Function -- HTH Bob Phillips "londono001" wrote in message ... Hi all, Does anyone knows where I can find a function that would returns me the difference of two range. VBA provides with Union and intersection but no Difference. Help is much appreciated here Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Does Excel have an operator similar to LIKE? | Excel Discussion (Misc queries) | |||
XOR operator in Excel | Excel Discussion (Misc queries) | |||
have Excel retrieve conditional operator ( < = ) from a cell | Excel Worksheet Functions | |||
MAJOR BUG: Excel operator precedence is wrong | Excel Worksheet Functions | |||
charting a difference of 2 columns' w/o adding a difference column | Charts and Charting in Excel |