View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default 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!