![]() |
|
|
|||||||
| FlashChat | Actuarial Discussion | Preliminary Exams | CAS/SOA Exams | Cyberchat | Around the World | Suggestions |
DW Simpson & Co |
Entry Level Jobs | Asian
Jobs |
Registration Form |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
Hi.
I have a file importation spec that I use to import files into Access. I'd like to use the same spec to import a text file into Excel. Can I? How? Thanks, -Phil |
|
#2
|
||||
|
||||
|
Import it into access, copy the entire table and paste it into excel. QED
|
|
#3
|
||||
|
||||
|
Quote:
|
|
#5
|
||||
|
||||
|
Quote:
__________________
Please rise for the Griffin theme song. |
|
#6
|
||||
|
||||
|
What exactly is the spec you are using? What mechanisms does it use? Also, are you trying to put it into a new excel workbook or an existing workbook?
|
|
#7
|
|||
|
|||
|
Excel pivot's support ODBC...import into access and link via ODBC-pivotable?
|
|
#8
|
||||
|
||||
|
Quote:
If this is something that is used frequently then you could set a data source in your ODBC Data Source Administrator. By doing this, you could easily access the data from any application that supports ODBC. -RP
__________________
Surprisingly, not a mute. |
|
#9
|
||||
|
||||
|
One thing you can do is read the import specs table in Access.
SELECT Attributes, DataType, FieldName, IndexType, SkipColumn, SpecID, Start, Width FROM MSysIMEXColumns ORDER BY Start; Rotsa ruck modifying it(the table), though - whether in the "advanced" area or the import wizard, or directly yourself. The M$ Deproductivity Dept. recognizes how valuable that would be and accordingly makes it nearly impossible to achieve. How many times have you had to insert a field into the middle, but were forced to reenter the entire spec?! There are some tricks to modifiying it, though hokey, and lengthy to explain. I'll explain if someone has heavy need. Meanwhile, if one of you has found an easy way to modify that [system] table, I'd like to hear it. |
|
#10
|
||||
|
||||
|
Wow, so suppose I have 4 or 5 different "specs" defined in Access. Are all of those specs stored in that same MSysIMEXColumns table?
Thanks very much for the idea. I will read about this hidden table on Google. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|