View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
YingYang YingYang is offline
external usenet poster
 
Posts: 1
Default Using an Activex DLL to apply formulas in Excel

Hello all,

As a simple example, say I have an Excel worksheet that has data, i
cells A1=7 and B1=14. For cell C1, I want it to be some formula lik
=a1*b1. Instead of putting the formula in that cell, could I use a
activex dll to apply the formula and put the result in cell C1?
Remember, I just want the result, not the forumla. I would like th
activex component to apply the formula. TIA

--
Message posted from http://www.ExcelForum.com