rangec3.value

  1. A

    How to loop through code

    Hi there, I am having a problem with my current bit of code as I am quite new to vba. The code I am having an issue with is shown below. Private Sub Worksheet_SelectionChange(ByVal Target As Range) If Range ("J3").Value > 0 and Range ("C3").Value = "" Then Range ("C3").Value =...
  2. D

    Auto Increment Number on Data Capture Sheets but reverse print out

    After much searching i found a macro to incrementaly step an order code for our company data capture sheets: Sub print_sheet() P = InputBox("How many sheets?") For I = 1 To P Step 1 Worksheets("Sheet1").PrintOut Range("C3").Value = Range("C3").Value + 1 Next I End Sub but...

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