Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Sub ImportExcel_Staff()
'
' ImportExcel_Staff Macro
' Macro recorded 12/4/2006 by Rayna Brandt
'
' Keyboard Shortcut: Ctrl+Shift+S
'
ChDir "V:\FGS\Data_ARCHIVE\DataOUT"
Workbooks.OpenText Filename:= _
"V:\FGS\Data_ARCHIVE\DataOUT\FGSClaimStaff_20061204_072051.txt", Origin:=437 _
, StartRow:=1, DataType:=xlFixedWidth, FieldInfo:=Array(Array(0, 2), Array( _
11, 2), Array(23, 2), Array(26, 3), Array(34, 3), Array(42, 1), Array(51, 1), Array(62, 2), _
Array(92, 2), Array(94, 2), Array(142, 2), Array(147, 9)), TrailingMinusNumbers:= _
True
End Sub