Results 1 to 5 of 5

Efficient multiplication in VBA with macros

Threaded View

purinqui Efficient multiplication in... 04-25-2020, 12:56 AM
jindon Re: Efficient multiplication... 04-25-2020, 01:26 AM
purinqui Re: Efficient multiplication... 04-25-2020, 02:16 AM
jindon Re: Efficient multiplication... 04-25-2020, 02:19 AM
Rick Rothstein Re: Efficient multiplication... 04-25-2020, 03:24 AM
  1. #3
    Registered User
    Join Date
    03-07-2019
    Location
    Argentina
    MS-Off Ver
    Windows 10
    Posts
    4

    Re: Efficient multiplication in VBA with macros

    Quote Originally Posted by jindon View Post

    2) Few examples
    Sub test1()
        With Sheets(3)
            .[d5:d25] = .[d5:d25*r1]
        End With
    End Sub
    
    Sub test2()
        With Sheets(3)
            .[r1].Copy
            .[d5:d25].PasteSpecial , xlMultiply
        End With
    End Sub

    Thank you very much for your fast answer.

    The both code works properly and so fast!

    Thanks a lot!.
    Last edited by purinqui; 04-25-2020 at 02:27 AM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Vba for multiplication
    By winmaxservices in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-17-2019, 10:28 AM
  2. [SOLVED] Sum of multiplication and add-up
    By Seifptv in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 12-19-2018, 07:42 PM
  3. [SOLVED] More Efficient: Calling smaller macros or one Big macro?
    By jakegordon97 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 07-19-2018, 05:40 PM
  4. what is the most efficient way to lookup in macros?
    By dwx in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-08-2015, 01:37 AM
  5. New to Excel Programming and need help making my macros more efficient
    By odoualex in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 05-01-2013, 11:01 AM
  6. Replies: 6
    Last Post: 04-21-2011, 01:12 PM
  7. Multiplication
    By kmarie630 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-25-2009, 03:59 PM

Tags for this Thread

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