You can use the following VBA code to extract Outlook GAL email addresses using aliases for multiple rows:
Code:
Sub GetExchangeUserDetailsFromAlias()
    
    Dim str As String
    Dim olApp As Object 'Outlook.Application