+ Reply to Thread
Results 1 to 2 of 2

Change formula to fit an array but keep getting error messages

  1. #1
    Registered User
    Join Date
    01-23-2019
    Location
    Three Rivers, Michigan
    MS-Off Ver
    2016
    Posts
    3

    Change formula to fit an array but keep getting error messages

    How do i change this formula to fit an entire column instead of just a single cell


    Private Sub Worksheet_Change(ByVal Target As Range)
    Dim xRg As Range
    On Error Resume Next
    If Target.Cells.Count > 1 Then Exit Sub
    Set xRg = Intersect(Range("D7"), Target)
    If xRg Is Nothing Then Exit Sub
    If IsNumeric(Target.Value) And Target.Value > 200 Then
    Call SendAutoEmail

  2. #2
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,446

    Re: I need to change my formula to fit an array but keep getting error messages

    Hi
    you have posted in the wrong forum.
    This should go to the VBA forum
    I have reported it so it can be changed by a mod or admin
    Cheers

    PS please wrap code with code tags in the future

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Minor tweaks needed - locking cells, error messages and IF THEN formula
    By racheltallentire in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-03-2018, 01:29 PM
  2. Loop new messages containing a table, populate a dynamic array, paste array to Excel
    By laripa in forum Outlook Programming / VBA / Macros
    Replies: 1
    Last Post: 05-19-2013, 07:20 AM
  3. hidding error messages in formula
    By jabjab in forum Excel General
    Replies: 4
    Last Post: 11-15-2011, 08:17 AM
  4. Replies: 5
    Last Post: 11-10-2009, 07:06 AM
  5. trying to get rid of formula error messages
    By turbo90talon in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-20-2007, 12:31 AM
  6. Replies: 2
    Last Post: 10-04-2006, 11:37 AM
  7. [SOLVED] error messages-Is there a way to show error messages
    By hans in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-02-2006, 12:45 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1