I'm sorry Jacob. I'm not sure I understand. The names of the sheet in the workbooks we save are Data. In your code I've tried [VBA]Prompt = "What do you want to search for in the folder: " & vbNewLine & vbNewLine & Path
Title = "Search Criteria Input"
Search = Sheets("Data").TextBox1.Text
If Search = "" Then
GoTo Canceled
End If[/VBA]

But I get an error. Also there are 6 textboxes (5, 21, 22, 23, 24, 26).