Hello,
Why is it that this function always return 1 when used as a Excel function ?
Regards.
Why is it that this function always return 1 when used as a Excel function ?
VBA Code:
Function NbFeuillesActives()
NbFeuillesActives = ActiveWindow.SelectedSheets.Count
End Function
Regards.