Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Here's how I open a text file. Dim UF As Variant UF = Application.GetOpenFilename(FileFilter:="Text File (*.txt),*.txt", Title:="Open input file") If UF = "False" Then ' user hit cancel' Exit Sub End If Workbooks.OpenText Filename:=U -- Bruce00 ----------------------------------------------------------------------- Bruce001's Profile: http://www.excelforum.com/member.php...fo&userid=2663 View this thread: http://www.excelforum.com/showthread.php?threadid=50733 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can I import text file of cash flow to excel file then use formula | Excel Discussion (Misc queries) | |||
Find text and return - NOOB question | Excel Discussion (Misc queries) | |||
How to transpose an excel worksheet having more than 10000 rows into a text file, may by tab delimit | Excel Programming | |||
How do I import text file, analyze data, export results, open next file | Excel Programming | |||
Import text file into excel with preset file layout, delimeters VBA | Excel Programming |