Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8598965
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T01:17:01+00:00 2026-06-12T01:17:01+00:00

As far as i know, Worksheet_Calculate is called when the value of any cell

  • 0

As far as i know, Worksheet_Calculate is called when the value of any cell in a worksheet changes on Formula recalculation.

Is there a way so that i need a function to be called only when a specific cell changes on Formula Recalculation

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T01:17:02+00:00Added an answer on June 12, 2026 at 1:17 am

    Let me see if I interpret your question correctly. You want to know if it is possible to only kickoff a macro if a particular cell (or group of cells) is changed.

    The answer is Yes. To tweak Ed’s code a little.

    Private Sub Worksheet_Change(byval target as range)
    
        If Not Intersect(target.address, Range("YourCells")) is Nothing Then 
           MyMacro()
        End If
    
    End Sub
    

    I think your use of “function” is throwing people off. That’s why Ed’s answer is so elaborate.

    Ok. It is possible that you stated your question correctly and you just want to gain efficiency. In that case, Ed’s answer solves your immediate problem, but will cause the spreadsheet NOT to calculate automatically when you change other cells.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

So far I know that FileSystemWatcher can look into a folder and if any
As far as I know there is no way to migrate existing Facebook comments
as far as i know there are cross domain restictions that wont allow you
As far as I know that JSF keeps all the session scoped bean in
I need to restrict POST request from specific domain. As far I know, HTTP_REFERER
I am developing custom iPad applications for clients. So far I know that you
we all know that the cell in uitableview can be resued, but i am
Python, as far as know, does not allow modification of an archived file. That
So far I know that these keywords are valid for beginning a java source
As far I know, the my operator is to declare variables that are truly

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.