customername

  1. I

    Merging two worksheet change codes,now confused

    Hi, I have two codes which both need to be under the Private Sub Worksheet_Change(ByVal Target As Range) Like normal ive got into a mess & now confused. Could you advise where ive gone wrong please. Thanks. Merged code supplied below Private Sub Worksheet_Change(ByVal Target As Range)If...
  2. I

    Change Click to Change event advice

    Evening, I currently use this code shown below on a click command button. Private Sub CommandButton1_Click()Dim CustomerName As String Worksheets("DATABASE").Select CustomerName = Range("A6") Worksheets("INFO").Select Worksheets("INFO").Range("CF2").Select If...
  3. A

    Lookup based on two criteria including data range - Power Pivot

    I have two tables TransactionsTable InvDate CustomerName SalespersonTable CustomerName SalesID SalesPerson EffectiveFrom The SalespersonTable has multiple records for the customer - the records are made unique by the SalesID EffectiveFrom columns Eg I want to create a column in the...
  4. C

    VBA- Automated Packing List Creation

    I borrowed this from another website and customized it to my specific fields, but it does absolutely nothing. I am inexperienced with vba, I have done simple vba coding but this is by far the most complicated project I've worked on so far, and after a week of messing around, I'm reaching out...

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