Thread
:
VBA CODE to Subtract two cells
View Single Post
#
1
Posted to microsoft.public.excel.programming
Doug Glancy
external usenet poster
Posts: 770
VBA CODE to Subtract two cells
Kevin,
Try this something like this:
= Worksheets("Sheet1").Range("F2").Value2 - Range("H2").Value2
hth,
Doug
"Kevin Baker" wrote in message
news:UPbee.660$It1.521@lakeread02...
Would like to use
VB
Code to do the following:
=F2-H2
Thanks,
Kevin
Reply With Quote
Doug Glancy
View Public Profile
Find all posts by Doug Glancy