F
Fred
Hi there! Could maybe someone help me to translate the following problem into
VBA ?
I need a code that helps me to tranpose data that I have in columns into
rows at each change of row:
Header1 Header2 July Aug Sep etc...
Name1 Object1 Data Data Data Data
Name2 Object2
Name3 Object3
etc... etc....
Need to get the following:
Header1 Header2
Name1 Object1 July Data
Name1 Object1 Aug Data
Name1 Object1 Sep Data
Name2 Object2 July Data
I hope this was clear
I truly appreciate all the help.
Kind regards,
Fred
VBA ?
I need a code that helps me to tranpose data that I have in columns into
rows at each change of row:
Header1 Header2 July Aug Sep etc...
Name1 Object1 Data Data Data Data
Name2 Object2
Name3 Object3
etc... etc....
Need to get the following:
Header1 Header2
Name1 Object1 July Data
Name1 Object1 Aug Data
Name1 Object1 Sep Data
Name2 Object2 July Data
I hope this was clear
I truly appreciate all the help.
Kind regards,
Fred