Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Horizontal Cells changed to Vertical cells


I have seen the solution awhile ago when I visited this board frequentl
but I am unable to locate it now. I have a spreadsheet with values i
rows but i want to switch these values into columns.
As so:

abcde


a
b
c
d
e
Thanks in advance,

Hoffman

--
hoffman
-----------------------------------------------------------------------
hoffman3's Profile: http://www.excelforum.com/member.php...fo&userid=1018
View this thread: http://www.excelforum.com/showthread.php?threadid=47085

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 38
Default Horizontal Cells changed to Vertical cells

Is there a reason that you can't just use Transpose from Paste Special?

Since you've posted into this programming thread, I guess you're
looking for code, so:
Selection.Copy
Range("D9").PasteSpecial Paste:=xlPasteAll, Transpose:=True


hoffman3 wrote:
I have seen the solution awhile ago when I visited this board frequently
but I am unable to locate it now. I have a spreadsheet with values in
rows but i want to switch these values into columns.
As so:

abcde


a
b
c
d
e
Thanks in advance,

Hoffman3


--
hoffman3
------------------------------------------------------------------------
hoffman3's Profile: http://www.excelforum.com/member.php...o&userid=10187
View this thread: http://www.excelforum.com/showthread...hreadid=470853


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,089
Default Horizontal Cells changed to Vertical cells

Copy the cells and then position the cursor somewhere else and use Paste
Special | Transpose

Regards

Trevor


"hoffman3" wrote in
message ...

I have seen the solution awhile ago when I visited this board frequently
but I am unable to locate it now. I have a spreadsheet with values in
rows but i want to switch these values into columns.
As so:

abcde


a
b
c
d
e
Thanks in advance,

Hoffman3


--
hoffman3
------------------------------------------------------------------------
hoffman3's Profile:
http://www.excelforum.com/member.php...o&userid=10187
View this thread: http://www.excelforum.com/showthread...hreadid=470853



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
taking numbers in vertical cells putting them in horizontal cells jhawk22 Excel Worksheet Functions 4 April 28th 10 08:37 PM
need to paste link from 4 vertical cells to 4 horizontal cells? cioangel Excel Discussion (Misc queries) 6 June 8th 09 06:44 PM
PASTE LINK FROM HORIZONTAL CELLS TO VERTICAL CELLS Luis P. Excel Discussion (Misc queries) 2 August 9th 07 04:20 PM
how to re-group the cells from vertical to horizontal Landa Excel Worksheet Functions 1 February 15th 07 03:39 AM
Linking a horizontal set of cells to a vertical sets of cells Russell-stanely Charts and Charting in Excel 2 October 21st 05 03:19 PM


All times are GMT +1. The time now is 07:23 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"