Thread
:
Excel formula in macro
View Single Post
#
2
Posted to microsoft.public.excel.programming
Chip Pearson
external usenet poster
Posts: 7,247
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/
------------------------------------------------
Reply With Quote
Chip Pearson
View Public Profile
Find all posts by Chip Pearson