Hi there,
I'm stuck at this command at the moment.
I got this to work on pc with windows xp and microsoft excel 2003, but it will not work on pc with windows 7 and excel 2007. Is it a problem with windows or microsoft?
I need it to work badly. Any advice would be much appreciated.
Thanks in advance,
CJ
I'm stuck at this command at the moment.
Code:
Function GetFiles(sTitle As String) As Variant
Dim sType As String
Dim bMultiSelect As Boolean
sType = "NF File, *.prn"
bMultiSelect = True
GetFiles = Application.GetOpenFilename(FileFilter:=sType, Title:=sTitle, MultiSelect:=bMultiSelect)
End Function
I need it to work badly. Any advice would be much appreciated.
Thanks in advance,
CJ