Microsoft
Software
Hardware
Network
Question : What is the MS Access 2007 version of this code?
Hi Experts,
I have this:
DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel3, "001_FE_Wkly_Detail_Rpt_Im
port", PathIs & "\Input_Files\" & strFilename, False
Thanks
Answer : What is the MS Access 2007 version of this code?
As you can see here, your syntax seems fine:
http://msdn.microsoft.com/
en-us/libr
ary/
aa1415
65(office.
10).aspx
Random Solutions
Allow other user than SA to change passwords and access to companies
Trying to filter a Sharepoint List
Creating plugins in MS CRM 4.0`
Access - Format datatype in Table to have IP Address format
Using Windows Certificates with VBA
Problem with asp include file
Dictionary Object giving me a "No current record" error
Save unbound combobox column value in Access 2007
MS Access OR SQL Server 2008 Express
Refresh contents of a list box displayed on form, using VBA