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

Hi All,
I'm looking for a VBA help if there is a cell with "#DIV0!" error. How can I
track it down and jump over this cell?
I treid Application.WorksheetFunction.IfError but couldn't figure how to use
it.
Thanks a lot.

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 638
Default formula error query

You could use this, but it would skip over any cells with errors, not
just the division by zero errors.
If WorksheetFunction.IsError(ActiveCell) Then
MsgBox "Error"
End If

Lp12 wrote:
Hi All,
I'm looking for a VBA help if there is a cell with "#DIV0!" error. How can I
track it down and jump over this cell?
I treid Application.WorksheetFunction.IfError but couldn't figure how to use
it.
Thanks a lot.


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
web query error Vijay Kotian Excel Discussion (Misc queries) 0 September 11th 07 10:22 AM
MS Query error Ken W Excel Worksheet Functions 1 April 6th 06 04:08 PM
MS query error Ken W Excel Discussion (Misc queries) 0 March 30th 06 01:37 PM
error using MS query Ken W Excel Discussion (Misc queries) 0 March 6th 06 03:47 AM
Run-query error JohnDing[_2_] Excel Programming 3 December 1st 04 12:07 PM


All times are GMT +1. The time now is 12:06 PM.

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"