rangec14.value

  1. N

    Excel remove blank rows in Email

    Hi Guys, I'm setting up an email template using some VBA where the following in displayed in the email: Range("B11").Value & " " & Range("C11").Value & vbCrLf & _ Range("B12").Value & " " & Range("C12").Value & vbCrLf & _ Range("B13").Value & " " & Range("C13").Value & vbCrLf...
  2. T

    change cell value by using factors from another cell

    Hello I would like to place data into a range D14:G19 and multiply each cell by another cell value and have result appear in same cell. I would like for this to work Range("D14:G19").Select For Each cell In Selection cell = cell * Range("C14").Value Next The cells should start as beginning...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top