+ Reply to Thread
Results 1 to 3 of 3

Macro add-in to calculate product of cells

  1. #1
    Registered User
    Join Date
    07-06-2013
    Location
    USA
    MS-Off Ver
    Excel 2003
    Posts
    31

    Macro add-in to calculate product of cells

    Hi,

    my problem is fairly simple (I'm guessing). I am new to macro and it's pretty challenging.

    This is what I want to do. I have few fields to fill in and I want a macro where-in I click the command button (ActiveX- developer button), it should populate the results in column (B8) (EXCEL SPREADSHET for reference)

    Thanks!
    Bala
    Attached Files Attached Files
    Last edited by Bala Daniel; 03-03-2014 at 04:13 PM. Reason: Title is incorrect - does not adhere to forum rules

  2. #2
    Forum Expert
    Join Date
    06-25-2009
    Location
    Sofia, Bulgaria, EU
    MS-Off Ver
    Excel 2003-2013
    Posts
    1,290

    Re: Macro add-in to calculate product of cells

    Hi, you can use simple formula in B7
    =PRODUCT(B2:B6)

    However, note that empty cells, logical values, and text in the array or reference are ignored, so be careful for error inputs in cells B2:B6
    If you are pleased with a member's answer then use the Star icon to rate it.

  3. #3
    Registered User
    Join Date
    07-06-2013
    Location
    USA
    MS-Off Ver
    Excel 2003
    Posts
    31

    Re: Macro add-in to calculate product of cells

    Hi Buran,

    Thanks for the quick response. I agree. However this is one small part of a bigger project that I am working on and I'd appreciate if I could get help with the macro. I'd need this to help build my other formulae.

    Thanks!
    Bala.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Macro to show Which macro didnt work in a nested macro
    By akhileshgs in forum Excel Programming / VBA / Macros
    Replies: 14
    Last Post: 06-10-2013, 03:21 AM
  2. Perform macro "on open" specific file- store macro in Personal Macro Workbook?
    By thompssc in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-17-2012, 12:38 PM
  3. lookup macro, solver macro, realtime macro
    By xelhelp in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-02-2011, 06:14 PM
  4. Cannot find macro error when running a macro from a macro in a diffrent workbook.
    By Acrobatic82 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-05-2010, 09:22 AM
  5. Macro calling another Macro: "The macro 'Personal.xls!FindChar"
    By William Benson in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-07-2005, 09:05 AM

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1