View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
MASON MASON is offline
external usenet poster
 
Posts: 5
Default BASIC VBA QUESTION

I am trying to learn visual basic for excel . My first program is to
simply add a column of numbers . The numbers are in column c but I
want to put the result of this sum in column A row 10 . This is my
program so far but this will only put the total on the cell that is
highlighted when I run the macro .

Sub test1

Selection . Insert ("=+c4+c5+c7")

End Sub

Again any help is most appreciated and if someone could point me to a
web site for absolute beginners that would be great .

Sincerely Mason