View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Bravo Bravo is offline
external usenet poster
 
Posts: 2
Default rows to columns and colums to rows

On Oct 5, 2:12 am, JP wrote:
Hello,

I've written something similar to what you want, I'll try to get the
code for you shortly.

--JP



"Bravo" wrote:
Hi,


I am New to excel programing in VB,
I want to know the code how to change the row to colume and colume to
row


and can i can i know where i learn online for programing for excel.


for eg if i have :
abc 1
abc 2
abc 3


xyz 2
xyz 3
xyz 5


hgf 3
hgf 4
hgf 3


and i have a button call CHANGE


when i click on the button CHANGE


abc 1 2 3
xyz 2 3 5
hgf 3 4 3- Hide quoted text -


- Show quoted text -


JP

can you please share the code with me