Microsoft
Software
Hardware
Network
Question : Import Tool
Hi,
I have users who are importing multiple spreadsheets into one Access table, they currently edit spreadsheets before dropping data in.
Can i build a tool in Access which allows users to choose fields prior to import or does the import tool already cover that, i suppose my question is, can i build a better tool using VBA or is the inbuilt import function as good as it gets?
Thanks
Seamus
Answer : Import Tool
Got it.
Please change the line
wb1.Sheets("Data").Range("
B25:R42").
Copy _
wb2.Sheets("Overtime").Ran
ge("B3:R20
")
To
wb1.Sheets("Data").Range("
B25:R42").
Copy
wb2.Sheets("Overtime").Ran
ge("B3:R20
").PasteSp
ecial xlPasteValues
Random Solutions
SEP Deployment via Symantec Console or AD Group Policy
Listing worksheet names of a closed workbook
asa static nat
Outlook 2007 Continually asks for an Exchange Server password
HTML - SQL - Carrying Form Variables from Page to Page
Should a misanthrope donate?
Why won''t my computer access the Internet using IE after MSFT updates?
How do I delete some lines in a text file?
Does safari support sftp native?
VB.NET Setup Installing App Files Without Asking What Folder to Install