Forum Discussion

RoweeYadin's avatar
RoweeYadin
Copper Contributor
Aug 06, 2021

trying this code am i missing something I can't get it to work?

Function transposeRange(Rg As Range) 'Created to put all dynamic values in one column inside one row in one cell Dim xCell As Range Dim xStr As Range For Each xCell In Rg If Not IsEmpty(xCell.Va...

Resources