Hi All,
I currently have an Access VBA module that browses for a folder name using Getfolder (SHBrowseForFolder function), then gets a list of all the Excel files in the chosen folder using Dir(folder & "\*.xls") and opens and processes each file in turn using Excel Automation.
Can anyone tell me how I should adapt this for Web folders? Should I be using WebDAV or a modified SHBrowseForFolder or something else?
Access/Excel versions used are 2002 (XP). I can open and load/import files from the webfolder using the standard menus in Excel/Access so the basic software is there.
Many thanks
I currently have an Access VBA module that browses for a folder name using Getfolder (SHBrowseForFolder function), then gets a list of all the Excel files in the chosen folder using Dir(folder & "\*.xls") and opens and processes each file in turn using Excel Automation.
Can anyone tell me how I should adapt this for Web folders? Should I be using WebDAV or a modified SHBrowseForFolder or something else?
Access/Excel versions used are 2002 (XP). I can open and load/import files from the webfolder using the standard menus in Excel/Access so the basic software is there.
Many thanks