View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Vagabound_s[_2_] Vagabound_s[_2_] is offline
external usenet poster
 
Posts: 1
Default Assigning a formula to a range

I want to assign a formula say, "=IF(A11="Void","Void",ROUND(D11*80%,1))"
to a range "B11:K158".

I know that we can do this using loop.

However, Can I do that in VBA without using loop, with appriopriate and
relative cell refrences . for example A11 references B11 cells and D11 cells.