Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all!
I've a quick question with respect to the short macro shown below. Sub importfile() Application.DisplayAlerts = False MyFile = Application.GetOpenFilename("text files,*.txt") Workbooks.OpenText FileName:=MyFile, _ Origin:=xlWindows, StartRow:=1, DataType:=xlFixedWidth, FieldInfo:= _ Array(Array(0, 1), Array(11, 1), Array(20, 1)) ActiveWindow.WindowState = xlNormal Sheets("MyFinal").Select Sheets("MyFinal").Move Befo=Workbooks ("vtec.xls").Sheets(1) End Sub The browsed and selected *.txt file is assigned to the variabl "MyFile". However, I am unable to move it before the existing workbook ' tec.xls' and it is giving me error. A small error in the line: Sheets("MyFinal").Select Sheets("MyFinal").Move Befo=Workbooks("vtec.xls").Sheets(1) I would appreciate any tips. Thanks alot guys. Regds, Arun. Vtec Corp -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro error opening text file | Excel Discussion (Misc queries) | |||
Problems opening file | Excel Discussion (Misc queries) | |||
Opening text file in Excel through macro | Excel Programming | |||
Opening text file in Excel through macro | Excel Programming | |||
Opening text file in Excel through macro | Excel Programming |