Thread: Need Help
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
alexm999[_64_] alexm999[_64_] is offline
external usenet poster
 
Posts: 1
Default Need Help

This is where the error is:

Selection.TextToColumns Destination:=Range("B1")
DataType:=xlDelimited,
_
TextQualifier:=xlDoubleQuote, ConsecutiveDelimiter:=False,
Tab:=False, _
Semicolon:=False, Comma:=False, Space:=False, Other:=True, OtherChar
_
:=":", FieldInfo:=Array(Array(1, 1), Array(2, 1)

--
Message posted from http://www.ExcelForum.com