This document describes using the bisection numerical method in Excel VBA macros to calculate the root of a non-linear equation. It presents the steps to graph sample values of the equation, then iteratively calculate the root by bisection between intervals where the function changes signs, converging on the solution within a specified error tolerance.