Results 1 to 10 of 11

Thread: Adding value of two cells to get result in 3rd cell

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Member
    Join Date
    May 2020
    Posts
    66
    Rep Power
    5

    Adding value of two cells to get result in 3rd cell

    I want to add the value of two cell to get output in 3rd cell with the help of VBA but the following code do not work.

    Sub add()
    Range("C2").Value = Range("A2").Value + Range("B2").Value
    End Sub

    I've already posted the question here https://excel.tips.net/T003217_Using...n_a_Macro.html
    and come to know that the VBA is correct.

    So the sample file is attached here.
    Attached Files Attached Files

Similar Threads

  1. Replies: 3
    Last Post: 02-11-2014, 08:31 PM
  2. Replies: 2
    Last Post: 07-23-2013, 06:54 PM
  3. Adding specfic number to a available number in previous cell.
    By Rajesh Kr Joshi in forum Excel Help
    Replies: 2
    Last Post: 03-02-2013, 01:55 AM
  4. Replies: 2
    Last Post: 01-24-2013, 09:03 PM
  5. Trim Text after 3rd Underscore but retain format
    By trankim in forum Excel Help
    Replies: 4
    Last Post: 05-13-2012, 10:44 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •