newrange

  1. D

    VBA code to find blanks cell & to see if values are greater than allowed.

    Hi, Please can someone help me? I am trying to put together a code to do the following: 1. Checks for any blank cells in my range 2. Then checks the values of them cells against the cells with the values that shouldn't be exceeded without a reason. Here is my code so far: Sub...
  2. L

    How to export different pages in separate pdf?

    The VBA below can get the printout in one pdf: Sub PrintInOnePdf() Dim selectionRange As Range Dim newRange As Range PrintoutPath = "C:\Users\DK-01\Desktop\Scan\" Set Sh = ActiveSheet which = InputBox("Print which pages?") NameOfFile = which 'before splitting "which" which =...
  3. D

    Macro duplicating results

    Hi All, I wrote this macro but it seems to be duplicating the data. Could I get another pair of eyes to help me find the problem please? Thank you. The output in column B is correct. The output in column C is correct. Column D is a duplicate of column C and what should be in Column D ends up...
  4. L

    How to modify VBA so the order of print out follows input print pages?

    The VBA can do the following: 1. Input print pages (e.g. 3,6,4) 2 .VBA can print out as pdf all input pages, but not in order (i.e. 6,3,4). How to modify the VBA so that the print out is in order of input pages, i.e. 3,6,4? Sub PrintSOR() On Error GoTo 1000 ro = ActiveCell.Row co =...

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