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

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

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

Excel to WhatsApp automation

Send Whatsapp Custom Message Using MS Excel | Excel to Whatsapp Step-by-Step Guide Download Practice file -  Click Here The Secret Behind Wh...

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