Visual Basics in Excel

O

onyx4813

I went to the website cpearson.com and got the information for the
syntax and the formula to sum numbers in different colors on a
worksheet
now my problem is where do i put the visual basic part of the works so
the formula can call on it
can you tell i have no idea but great hopes!!!
thanks everyone
 
B

Bob Phillips

Put it in a standard code module in the workbook. In the VB IDE (Alt-F11),
insert a new module (Insert>Module).

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
Top