Thanks I ended up using this code
Code:
'Open File Location OpenFileDialog1.ShowDialog() lblLocation.Text = OpenFileDialog1.FileName 'Set Save location SaveFileDialog1.FileName = OpenFileDialog1.FileName 'Set file filters SaveFileDialog1.Filter = "PDF(*.pdf)|*.pdf|Word Document old(*.doc)|*.doc|Excel(*.xls)|*.xls|All Files(*.*)|*.*"
Leave a comment: