Import txt file in Excel and set cell options
Import txt file in Excel and set cell options
- Subject: Import txt file in Excel and set cell options
- From: Bert Groeneveld <email@hidden>
- Date: Wed, 18 May 2011 14:23:31 +0200
Who can help me with this:
-- Working on a Applescript to open txt files in Excel. tell application "Microsoft Excel" -- version 12.0.0 open {file (item i of my_TXT_Files as string)} -- so far so good -- How do I tell Excel to format all imported data/cells as text (e.g. instead of general)? Just like I could do when I import a txt file in Excel by hand (step 3 of the import wizard). end tell
Thaks in advance for any help. Bert. |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden