Thread
:
Format range of cells for Array formula
View Single Post
#
4
Posted to microsoft.public.excel.programming
Don Guillett
external usenet poster
Posts: 10,124
Format range of cells for Array formula
glad to help
--
Don Guillett
SalesAid Software
"Knox" wrote in message
...
Awesome! that worked. No, for some reason I can't copy down that
particular
format. thanx
"Don Guillett" wrote:
maybe this but maybe you could change one manually and copy down.?
for each c in range("a2:a22")
c.FormulaArray = c.Formula
Next c
--
Don Guillett
SalesAid Software
"Knox" wrote in message
...
what is the quickest way to select a range of cells with formulas and
convert
them to array formula format? hitting F2 and ctrl+shift+enter takes
forever.
thank you!
Reply With Quote
Don Guillett
View Public Profile
Find all posts by Don Guillett