![]() |
| If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Is there anyone out there that can teach me how to do this?
|
| Ads |
|
#2
|
|||
|
|||
|
Sometimes, the best way to learn is to turn the macro recorder on and then do
what you want manually. Then turn the macro recorder off and look at the code. Bob L wrote: > > Is there anyone out there that can teach me how to do this? -- Dave Peterson |
|
#3
|
|||
|
|||
|
If you record a macro while doing you will get something you can boil down
to something like this. Workbooks.OpenText Filename:=ActiveWorkbook.Path & "\" & [wbtoget], Origin:=437, _ StartRow:=1, DataType:=xlDelimited, TextQualifier:=xlDoubleQuote, _ ConsecutiveDelimiter:=False, Tab:=False, Semicolon:=False, Comma:=False _ Space:=False, Other:=True, OtherChar:=",", FieldInfo:=Array(Array(1, 1) , _ TrailingMinusNumbers:=True -- Don Guillett SalesAid Software "Bob L" <Bob > wrote in message ... > Is there anyone out there that can teach me how to do this? > |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How can I set up a Macro to automatically run when I open a speci. | Rick Martin | Excel Discussion (Misc queries) | 1 | January 13th 05 05:06 PM |
| Open Access Database under and Excel window using a Macro | BMSpell | Excel Worksheet Functions | 1 | January 8th 05 05:32 PM |
| Make a macro of keystrokes. ie. F2,Shift & Home & right cursor,de. | Ted Byrd | Excel Worksheet Functions | 1 | December 29th 04 05:52 PM |
| Macro or Function to make text size to suite text Length? | lbbss | Excel Discussion (Misc queries) | 4 | December 14th 04 07:53 PM |
| How do I get my personal macro worksheet to open whenever I open . | Claudia_R | Excel Discussion (Misc queries) | 3 | December 9th 04 11:59 PM |