View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
jhahes[_18_] jhahes[_18_] is offline
external usenet poster
 
Posts: 1
Default Sum a range with vba


How do I do the following

I want to sum the following range


This is my guess, but it didn't work

Dim x as currency

x = Sum(Range("OutstandingBalance"))

MsgBox x


Thanks for any help

Jos

--
jhahe
-----------------------------------------------------------------------
jhahes's Profile: http://www.excelforum.com/member.php...fo&userid=2359
View this thread: http://www.excelforum.com/showthread.php?threadid=38844