Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
KHashmi316
 
Posts: n/a
Default Want to paste ASCII, not "formatted"


If I paste text *directly* into a cell, Excel formats the text to look
like the original. If I paste the text into the formula bar, the text
in the cell is ASCII. Is there a way to paste *directly* into the cell,
but not have Excel "auto-format"?

Thanks for any help you can provide.


--
KHashmi316


------------------------------------------------------------------------
KHashmi316's Profile: http://www.excelforum.com/member.php...o&userid=10439
View this thread: http://www.excelforum.com/showthread...hreadid=504298

  #2   Report Post  
Posted to microsoft.public.excel.misc
Arvi Laanemets
 
Posts: n/a
Default Want to paste ASCII, not "formatted"

Hi

PasteSpecialValues


--
Arvi Laanemets
( My real mail address: arvi.laanemets<attarkon.ee )


"KHashmi316" wrote
in message ...

If I paste text *directly* into a cell, Excel formats the text to look
like the original. If I paste the text into the formula bar, the text
in the cell is ASCII. Is there a way to paste *directly* into the cell,
but not have Excel "auto-format"?

Thanks for any help you can provide.


--
KHashmi316


------------------------------------------------------------------------
KHashmi316's Profile:
http://www.excelforum.com/member.php...o&userid=10439
View this thread: http://www.excelforum.com/showthread...hreadid=504298



  #3   Report Post  
Posted to microsoft.public.excel.misc
KHashmi316
 
Posts: n/a
Default Want to paste ASCII, not "formatted"


Arvi Laanemets Wrote:


PasteSpecialValues


Hi, Avi:

Can this be set *globally* somehow (i.e. for all Excel projects)? I
didn't see an option in ToolsOptionsEdit.


--
KHashmi316


------------------------------------------------------------------------
KHashmi316's Profile: http://www.excelforum.com/member.php...o&userid=10439
View this thread: http://www.excelforum.com/showthread...hreadid=504298

  #4   Report Post  
Posted to microsoft.public.excel.misc
Arvi Laanemets
 
Posts: n/a
Default Want to paste ASCII, not "formatted"

Hi

Instead of workbooks module, save the code in Personal Macro Workbook
(Personal.xls) module.

When you don't have Personal.xls jet, then easier way to create it at right
place is to record a macro to it (ToolsMacroRecord New Macro, select
'Store macro in' = 'Personal Macro Workbook' and press OK. Stop recordig.)
Now press Alt+F11, in VBA Project window activate the module of
Personal.xls, delete the lately created dummy macro, and copy the UDF code
into this module. From now on, this UDF is avaiable for all workbooks opened
in this computer.


--
Arvi Laanemets
( My real mail address: arvi.laanemets<attarkon.ee )



"KHashmi316" wrote
in message ...

Arvi Laanemets Wrote:


PasteSpecialValues


Hi, Avi:

Can this be set *globally* somehow (i.e. for all Excel projects)? I
didn't see an option in ToolsOptionsEdit.


--
KHashmi316


------------------------------------------------------------------------
KHashmi316's Profile:
http://www.excelforum.com/member.php...o&userid=10439
View this thread: http://www.excelforum.com/showthread...hreadid=504298



  #5   Report Post  
Posted to microsoft.public.excel.misc
David McRitchie
 
Posts: n/a
Default Want to paste ASCII, not "formatted"

Hi KHashmi316, (a real name is preferred in Excel newsgroups)
I don't see how the first answer Paste Special was not considered
globally available. Anyway a macro was provided with suggestions
of where to put it. But I think there is a better more general purpose answer
that you could use across all Windows applications (on a PC anyway).

You can install Pure Text then you will have a button on your
system task bar. Copy text from anywhere, use the PureText (PT)
button and the data in the clipboard is text retaining LF (line feed).

PureText,2.0, Steve P.Miller, paste copied text as simple text into
another application without getting all the formatting from the original source
http://www.stevemiller.net/puretext/
download: PureText 2.0 for Windows 95/98/Me/NT/2000/XP/2003 [13k]

Since you are posting to newsgroups, you should learn to use newsgroups
as newsgroups rather than using a web site that messes up web page
searching. I would certainly discourage the use of posting to newsgroups
via Forums. http://www.mvps.org/dmcritchie/excel/xlnews.htm#forums

---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm





  #6   Report Post  
Posted to microsoft.public.excel.misc
Arvi Laanemets
 
Posts: n/a
Default Want to paste ASCII, not "formatted"

Sorry! This reply was meant to another thread at all :-((
"Arvi Laanemets" wrote in message
...
Hi

Instead of workbooks module, save the code in Personal Macro Workbook
(Personal.xls) module.

When you don't have Personal.xls jet, then easier way to create it at

right
place is to record a macro to it (ToolsMacroRecord New Macro, select
'Store macro in' = 'Personal Macro Workbook' and press OK. Stop recordig.)
Now press Alt+F11, in VBA Project window activate the module of
Personal.xls, delete the lately created dummy macro, and copy the UDF code
into this module. From now on, this UDF is avaiable for all workbooks

opened
in this computer.


--
Arvi Laanemets
( My real mail address: arvi.laanemets<attarkon.ee )



"KHashmi316"

wrote
in message ...

Arvi Laanemets Wrote:


PasteSpecialValues


Hi, Avi:

Can this be set *globally* somehow (i.e. for all Excel projects)? I
didn't see an option in ToolsOptionsEdit.


--
KHashmi316


------------------------------------------------------------------------
KHashmi316's Profile:
http://www.excelforum.com/member.php...o&userid=10439
View this thread:

http://www.excelforum.com/showthread...hreadid=504298





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
Can't Copy and Paste or Paste Special between Excel Workbooks wllee Excel Discussion (Misc queries) 5 April 29th 23 03:43 AM
paste special | values should work with merged cells PastingSpecial Excel Discussion (Misc queries) 1 June 20th 05 06:51 PM
I cannot paste from one workbook to another. Copy works, paste do. JimmyMc Excel Discussion (Misc queries) 1 June 10th 05 03:54 PM
Can't Copy and Paste between Excel 2003 Workbooks wllee Excel Discussion (Misc queries) 6 March 30th 05 02:59 PM
excel - numbers as text Thuferhawat New Users to Excel 12 January 24th 05 09:29 PM


All times are GMT +1. The time now is 04:38 AM.

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

About Us

"It's about Microsoft Excel"