Can someone help me with this macro on how to have the user pick the folder
Sub Details()
'
' Details Macro
'
'
Sheets("Asset Backed ").Select
Range("A1:G28").Select
ActiveSheet.ExportAsFixedFormat Type:=xlTypePDF, FileName:= _
"h:\AIM Shared Files\AIM\Certificate Details\loans" & Range("f12").Value & " " & Range("f4").Value & " " & Format(Date, "yyyymmdd") & ".pdf", Quality _
:=xlQualityStandard, IncludeDocProperties:=False, IgnorePrintAreas:=False _
, OpenAfterPublish:=True
Sheets("Sheet1").Select
End Sub
Sub Details()
'
' Details Macro
'
'
Sheets("Asset Backed ").Select
Range("A1:G28").Select
ActiveSheet.ExportAsFixedFormat Type:=xlTypePDF, FileName:= _
"h:\AIM Shared Files\AIM\Certificate Details\loans" & Range("f12").Value & " " & Range("f4").Value & " " & Format(Date, "yyyymmdd") & ".pdf", Quality _
:=xlQualityStandard, IncludeDocProperties:=False, IgnorePrintAreas:=False _
, OpenAfterPublish:=True
Sheets("Sheet1").Select
End Sub