Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
UABCSA
 
Posts: n/a
Default I need shortcut in Excel for coping text only and not the entire c

In Excel is there a shortcut that copies the text (value) only and not the
entire cell. If you select a cell in a spreadsheet and use CTRL-C it copies
the cell and contents. If you want the text only from the cell you must use
a mouse to place a cursor there and drag/highlight all of text this takes too
much time when editing vast amounts of data. Is there a shortcut to select
the text (value) only of a cell without using a mouse?
  #2   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

No, there is not such a short cut

--
Regards,

Peo Sjoblom


"UABCSA" wrote in message
...
In Excel is there a shortcut that copies the text (value) only and not the
entire cell. If you select a cell in a spreadsheet and use CTRL-C it
copies
the cell and contents. If you want the text only from the cell you must
use
a mouse to place a cursor there and drag/highlight all of text this takes
too
much time when editing vast amounts of data. Is there a shortcut to
select
the text (value) only of a cell without using a mouse?



  #3   Report Post  
UABCSA
 
Posts: n/a
Default

Thank you

"UABCSA" wrote:

In Excel is there a shortcut that copies the text (value) only and not the
entire cell. If you select a cell in a spreadsheet and use CTRL-C it copies
the cell and contents. If you want the text only from the cell you must use
a mouse to place a cursor there and drag/highlight all of text this takes too
much time when editing vast amounts of data. Is there a shortcut to select
the text (value) only of a cell without using a mouse?

  #4   Report Post  
Chip Pearson
 
Posts: n/a
Default

You can assign a shortcut key to the following macro.


Sub CopyText()
Dim D As New DataObject
D.SetText ActiveCell.Text
D.PutInClipboard
End Sub

You'll need a reference to the MSForms library. In the VBA
Editor, go to the Tools menu, choose References, and scroll to
and check "Microsoft Forms 2.0 Object Library".

--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com



"UABCSA" wrote in message
...
In Excel is there a shortcut that copies the text (value) only
and not the
entire cell. If you select a cell in a spreadsheet and use
CTRL-C it copies
the cell and contents. If you want the text only from the cell
you must use
a mouse to place a cursor there and drag/highlight all of text
this takes too
much time when editing vast amounts of data. Is there a
shortcut to select
the text (value) only of a cell without using a mouse?



  #5   Report Post  
Duke Carey
 
Posts: n/a
Default

If the cell below your target is empty, you can use Ctrl-' (single quote) to
make a duplicate copy of the text in the cell above, then cut that text to
the clipboard


"UABCSA" wrote in message
...
In Excel is there a shortcut that copies the text (value) only and not the
entire cell. If you select a cell in a spreadsheet and use CTRL-C it
copies
the cell and contents. If you want the text only from the cell you must
use
a mouse to place a cursor there and drag/highlight all of text this takes
too
much time when editing vast amounts of data. Is there a shortcut to
select
the text (value) only of a cell without using a mouse?



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
How to convert Excel imported numbers from text to numbers? Alden Excel Discussion (Misc queries) 9 April 1st 05 09:51 PM
how do I enable "import text file" excel 2002? jw_schmid Excel Discussion (Misc queries) 2 February 9th 05 10:39 PM
Can I right AND left justify to block text in excel? wink53083 Excel Discussion (Misc queries) 2 January 25th 05 08:59 PM
Bulleting text and spacing down a line in Excel Gord Dibben Excel Discussion (Misc queries) 0 January 24th 05 09:25 PM
How can I get text to equal a numerical value in Excel? Mighty Mike Excel Discussion (Misc queries) 2 January 21st 05 08:03 PM


All times are GMT +1. The time now is 12:07 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"