G
Guest
H
Is it possible to return an "Empty range"? If so, how do you do
If (strRanges <> "") The
strRanges = Mid(strRanges, 2
Set GetAllCellsWithName = i_wsCellsInWorksheet.Range(strRanges
Els
'Return an empty Range ???
Set GetAllCellsWithName = i_wsCellsInWorksheet.Range(""
End I
Regard
/Niklas
Is it possible to return an "Empty range"? If so, how do you do
If (strRanges <> "") The
strRanges = Mid(strRanges, 2
Set GetAllCellsWithName = i_wsCellsInWorksheet.Range(strRanges
Els
'Return an empty Range ???
Set GetAllCellsWithName = i_wsCellsInWorksheet.Range(""
End I
Regard
/Niklas