Hi There i'm tryin gto use the following in my sub
Dim P As String
Dim path As String
P = Application.InputBox(Prompt:="Please Provide the current year", Title:="Current Period", Default:="example, 10 for 2010", Type:=2)
path = "Report Jul"&P&").xls"
But I'm getting a Compile, Syntax error???