ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Text to rows...at wits end (https://www.excelbanter.com/excel-programming/377600-re-text-rows-wits-end.html)

Mikefx

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


All times are GMT +1. The time now is 04:53 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com