Forum Discussion

SamFares's avatar
SamFares
Brass Contributor
May 29, 2019
Solved

How To Multiply A Range Of Cells By Same Number In Excel

Hello,   i Recorded the Macro below:   Sub Conversion() ' ' Conversion Macro ' ' Range("Y1").Select Selection.Copy Range("B11:AE11,B13:AE13,B15:AE15,B17:AE17,B19:AE19,B21:AE21,B23:AE23,B25...
  • Haytham Amairah's avatar
    Haytham Amairah
    May 29, 2019

    SamFares

     

    If so, replace this argument:

    Paste:=xlPasteAll

    With this:

    Paste:=xlValue

     

    There is two of this in the code.

     

    I hope that helps 

Resources