In Vba I can return the first cell of a Range like:
Function ReturnFirstCellOfRange(source As Range) As Range
Set ReturnFirstCellOfRange = source.Resize(1, 1)
End Function
What’s the smart way to do the same in Aspos…...VBA Range.Resize equilevant in Aspose Cells? Aspose.Cells Product...August 29, 2023, 5:01pm #1 In VBA I can return the first cell of...