Dim Aux As String Aux = Application _ .GetOpenFilename("Text Files (*.txt), *.txt") If Aux <> False Then Cells(1, 1).Text = Aux End If