View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jeffrey[_2_] Jeffrey[_2_] is offline
external usenet poster
 
Posts: 14
Default Finding Values of X

Good day,

im just a newbie in VBA, i wonder if we can find X using VBA codes to
satisfy the equation below.

X^2 -28X+16 = 0.

Basically i want to find the value of X so that the left side of the
equation is equal to zero.

Thanks in advance.