Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Remove Error


I do not want the #Value error to display in any cell of my worksheet.
How can this be done?

PLease provide complete steps to resolving.

Thx


--
oberon.black
------------------------------------------------------------------------
oberon.black's Profile: http://www.excelforum.com/member.php...o&userid=26732
View this thread: http://www.excelforum.com/showthread...hreadid=483146

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Remove Error

In the menu

Edit=goto=special
select
Formulas and Errors
hit the delete key.

in code

On Error Resume Next
cells.specialcells(xlformulas,xlErrors).ClearConte nts
On Error goto 0

--
Regards,
Tom Ogilvy


"oberon.black"
wrote in message
news:oberon.black.1y6poa_1131464116.0813@excelforu m-nospam.com...

I do not want the #Value error to display in any cell of my worksheet.
How can this be done?

PLease provide complete steps to resolving.

Thx


--
oberon.black
------------------------------------------------------------------------
oberon.black's Profile:

http://www.excelforum.com/member.php...o&userid=26732
View this thread: http://www.excelforum.com/showthread...hreadid=483146



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default Remove Error

Another approach might be to nest your formulas in an iserror function. Say
your formula is =a1/b1
You could put
=If(ISERROR(a1/b1)=true,"",a1/b1)

This would show the result of a1/b1 only if it was not an error otherwise it
would show a blank cell.


"Tom Ogilvy" wrote in message
...
In the menu

Edit=goto=special
select
Formulas and Errors
hit the delete key.

in code

On Error Resume Next
cells.specialcells(xlformulas,xlErrors).ClearConte nts
On Error goto 0

--
Regards,
Tom Ogilvy


"oberon.black"
wrote in message
news:oberon.black.1y6poa_1131464116.0813@excelforu m-nospam.com...

I do not want the #Value error to display in any cell of my worksheet.
How can this be done?

PLease provide complete steps to resolving.

Thx


--
oberon.black
------------------------------------------------------------------------
oberon.black's Profile:

http://www.excelforum.com/member.php...o&userid=26732
View this thread:
http://www.excelforum.com/showthread...hreadid=483146





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
Remove #N/A Error kmp09 Excel Discussion (Misc queries) 3 September 28th 09 04:32 PM
Error: "Excel encountered an error and had to remove some formatti Carl Excel Discussion (Misc queries) 0 September 18th 06 06:39 PM
=IF(TRIM(RIGHT(D4,1))="X",MID(D4,1,LEN(D4)-1),D4) ? remove error Muhammad Nasir Excel Worksheet Functions 9 June 24th 05 10:22 AM
Excel error - remove some formatting Jason Morin Excel Discussion (Misc queries) 0 March 11th 05 02:42 PM
Remove #DIV/0! error Anthony Excel Discussion (Misc queries) 4 March 4th 05 01:36 PM


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