View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Kondayampalli Kondayampalli is offline
external usenet poster
 
Posts: 1
Default Dynamically create Total using VBA formula

I am displaying records in Excel Dynamically based on the
user selection from Database. I want to total of each
columns in the bottom. Range is dynamic (example Starting
from B1 to .....)

How do i assign Sum formula to Cell where i don't have the
range ? is there any sum of entire column ?

please help