wsmysheet

  1. K

    How to get this userform to work on another sheet

    Hi, I use this userform that works great on the sheet named PRODUCTs that we type our product names directly into column F. <code style="margin: 0px; padding: 0px; font-style: inherit; font-weight: inherit; line-height: 12px;">Option Explicit Private Sub UserForm_Initialize() Dim...
  2. K

    How to input decimal places with this userform

    Hi, New here and I took over using a workbook at my company and I'm trying to learn VBA to make some changes. One of the issues is with this userform code that we use to add part order quantities, it works great except for it only inputs a whole number in the cells. As an example if I input...
  3. L

    How to copy format and value only?

    The VBA below can form a new sheet and then copy used range of existing sheet to this new sheet. Sub yMacro1() Dim wsNewSheet As Worksheet Dim wsMySheet As Worksheet Set wsNewSheet = Sheets.Add(Before:=Worksheets(1)) For Each wsMySheet In ThisWorkbook.Sheets...

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