LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default After Paste Value and Replace

Are you replacing the errors (like #n/a) with a space character? If you are,
then leave that "with:" field empty.

But if your formulas looked like:
=if(a1=7,"ok","")

then this may help...

Saved from a previous post:

If you want to see what's left in that cell after you convert ="" to values,
try:
Tools|Options|Transition Tab
Toggle Transition Navigation keys on.

Then select on of those cells and look at the formula bar. You'll see an
apostrophe. (Don't forget to toggle the setting to off.)

When I want to clean up this detritus, I do this:

Select the range (ctrl-a a few times to select all the cells)
Edit|Replace
what: (leave blank)
with: $$$$$
replace all

Immediately followed by:
Edit|Replace
what: $$$$$
with: (leave blank)
replace all

If you need to do this lots, you can record a macro when you do it manually.

Tom wrote:

When I copy and paste value and there are some error values which I replace
with nothing. Only there is something there. On the screen the cell shows
empty and when I select the cell and backspace there seems to be nothing
there. When I evaluate using isblank() or istext() or isnumber(), it acts
like it has text in it. I can select the cell and delete and then it
actually acts as if it is empty.

What is going on and how can I get rid of what is causing this?
--
Tom


--

Dave Peterson
 
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
use copy paste function in the find & replace box Shkendi Excel Discussion (Misc queries) 2 January 7th 10 09:53 PM
find and replace help with copy paste Alex43 Excel Discussion (Misc queries) 1 March 17th 08 11:13 PM
Replace normal paste with Paste As Text [email protected] Excel Programming 3 May 3rd 06 02:19 PM
Paste in Find and Replace Dialogue Tom Ogilvy Excel Programming 0 July 16th 03 04:43 PM
Paste in Find and Replace Dialogue Don Guillett[_4_] Excel Programming 0 July 16th 03 04:23 PM


All times are GMT +1. The time now is 04:41 PM.

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"