View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default Excel formula in macro

It depends on exactly what you mean. You can call most Excel worksheet
functions with code like

Result = Application.WorksheetFunction.FunctionName(...)

Your post isn't clear about what you actually want to do.

--
Cordially,
Chip Pearson
Microsoft MVP - Excel
www.cpearson.com


"johndoe" wrote in message
...
Hello,
Does anyone know how to preform an excel function from within a excel
macro. Thx



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

-- View and post Excel related usenet messages directly from

http://www.ExcelTip.com/forum
-- Hundreds of free MS Excel tips, tricks and solutions at

http://www.ExcelTip.com/
------------------------------------------------