View Single Post
  #1   Report Post  
Posted to microsoft.public.scripting.vbscript,microsoft.public.excel.misc,microsoft.public.excel.programming
Claudia d'Amato Claudia d'Amato is offline
external usenet poster
 
Posts: 26
Default How to get in a vbs script the sum of values of a Excel cells in a certain range?

Assume I want to get the sum of values of all cells from the range "H6:H18" from an Excel Worksheet.

How can I do this within vbs script?

Claudia