excel; vba

  1. P

    Copy specific cells based on value in the same row in sheet1(table1) and paste into sheet2(table2) next available row

    This code works, but it puts the values at the bottom of Sheet2(Table2), instead of next available row in table2. Any suggestions would be appreciated. Thanks Sub Macro() Dim ws As Worksheet Set ws = ThisWorkbook.Sheets("Sheet2") Dim LastRow As Long Dim s As Long Dim myRow As Long...
  2. A

    Type mismatch error in Excel vba

    I keep getting a type mismatch error. Please help. The asterisks indicate where the error is occuring. Below is he code that I am using Private Sub Worksheet_SelectionChange(ByVal Target As Range) If Target.Row = Range("Item_ID").Row And _ Target.Column = Range("Item_ID").Column Then...
  3. K

    How to implement an advanced look up macro in excel?

    <tbody> How do I have to change the following macro code and formula which works for the data and question below(earlier data/question,column F) to make it suitable for Problemstatement (2) and (3) ? (1) Earlier data Colums C,D,E,F Row 1 4,10,40,F Row 2...

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