Results 1 to 13 of 13

Excel VBA Multiply

Threaded View

  1. #1
    Registered User
    Join Date
    02-25-2016
    Location
    U.A.E
    MS-Off Ver
    2010
    Posts
    7

    Excel VBA Multiply

    Dears,
    First of all. This is an awesome forum and I have been learning from this from long time.

    I have a question.
    I have cell range which are linked to external excel file and containing different numbers in various currency. Cell Range ( A1:A30)
    I have a currency range with which I want to convert the above range and conversion rate is given in B1
    and I am applying the following code.

    Sub Convert()
    [A1:A30] = [index(int(A1:A30*B1),)]
    End Sub
    It works perfectly fine however after multiplying it is removing the links of external file and giving me hard figures.
    Is it possible If I can modify the above code and keep the external links * figure in B1 and get a product?

    Regards,
    N
    Last edited by JBeaucaire; 03-12-2016 at 02:02 PM. Reason: Added missing CODE tags. Please read and follow the Forum Rules, link above in the menu bar. Thanks.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Need to multiply a VLOOKUP value then divide that value, then multiply that value
    By debbiemez in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 04-27-2015, 04:57 PM
  2. Multiply in Excel
    By jheneko in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 10-23-2014, 04:35 PM
  3. Replies: 4
    Last Post: 01-10-2014, 09:32 AM
  4. If criteria match, multiply then sum across multiply worksheets
    By ciayers in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 04-09-2013, 02:20 PM
  5. [SOLVED] Multiply, Divide and Then Multiply in a cell
    By Brownie2576 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 10-22-2012, 08:57 PM
  6. Excel macro to multiply by same value
    By Recycler29 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 10-12-2005, 07:05 AM
  7. How do I multiply matrices in Excel?
    By matrices in excel in forum Excel General
    Replies: 2
    Last Post: 03-05-2005, 02:06 PM

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