View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mikefx Mikefx is offline
external usenet poster
 
Posts: 1
Default Text to rows...at wits end

Probably this is too late for you... I need to use this for a similar project and I found your script. Here is where you need to change to make it work:

intPosEnd = InStr(intPos, strTemp, ",")

replace with

intPosEnd = InStr(intPos + 1, strTemp, ",")




EggHeadCafe.com - .NET Developer Portal of Choice
http://www.eggheadcafe.com