Import Specs - Multiple Users

xljunkie

Board Regular
Joined
May 20, 2011
Messages
92
From what I've read import specs get saved in 2 system files. Does this mean this particular import spec is saved locally on your own machine? I want to create a VBA button that will import files the same every time using an import spec, but I want multiple users to be able to use it. If the import spec is saved within the actual database itself then I assume others can use it?
 

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).
Yes, the Import Spec is saved along with the database. So anyone who uses the same database should have access to the Import Spec (barring any funky security settings where different people purposely have access to different things - not even sure if that is possible with Import Specs).
 
Upvote 0
DoCmd.TransferText(acImportDelim,"Uref Import Specification", "tblEquipmentList", EquipTextFile)

What's wrong with my VBA line? I get a compile error expected:=

EquipTextFile is a string of the full file path of the text file I want to import.
 
Upvote 0

Forum statistics

Threads
1,221,888
Messages
6,162,623
Members
451,778
Latest member
ragananthony7911

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top