How To Convert Data in Columns into Rows in Excel Document

How To Convert Data in Columns into Rows in Excel Document



Download Notepad file - Clickhere

Copy code here:

Function SplitCellToRows(CellValue As Range, Delimiter As String)

Dim SplitValues() As String

SplitValues=Split(CellValue.Value, Delimiter)

For i=LBound(SplitValues)To UBound(SplitValues)

SplitValues(i)=Trim(SplitValues(i))

Next i

SplitCellToRows=WorksheetFunction.Transpose(SplitValues)

End Function

Download Notepad file - Clickhere

कोई टिप्पणी नहीं

टिप्पणी: केवल इस ब्लॉग का सदस्य टिप्पणी भेज सकता है.

Stop Copy Pasting Into Excel! Try the NEW Import Functions Instead | IMPORTCSV & IMPORTTEXT Function

  Stop Copy Pasting Into Excel! Try the NEW Import Functions Instead | IMPORTCSV & IMPORTTEXT Function IMPORTCSV & IMPORTTEXT Functi...

Blogger द्वारा संचालित.