excel vba 2010

  1. N

    Find all Errors in all sheets

    Hi! i'm trying to find Error #REF but i didn't manage it to work. and i don't know what is it i'm missing? here the code Dim ws As Worksheet Dim R As Range Dim sCell As Variant For Each ws In ThisWorkbook.Worksheets Set R = ws.UsedRange For Each sCell In R...
  2. E

    Copy an Array of Sheets with varying Sheet Names to a new Excel workbook

    Hi there! (I am using Excel 2010) I have a workbook containing several worksheets. Many of the worksheets in the workbook have similar names: for example, "125005A," "125005B," "125005C," "120320A", "120320B," "130211A," "123456A," "123456B," "123456C," "123456D," and "123456E" are all in the...
  3. N

    Add new row base on date.

    Hi! i'm trying to creat a macro that add new rows base on date. evertime i hit ctrl+shift+A it will add new row to column A and B. and Column A will get this days of date. and if it go to next month Column A,B,C and D will get new row as well. A get the days date. and Column C got the days...
  4. A

    Synchronize Excel Sheets

    Dear All, I have a problem with two excel sheets, which I need to synchronize. For example: Sheet1 and Sheet2 I have a table in Sheet1 from row 72, which is automatically get an information from another sheet(call Products). It has a VBA code which take the rows with product details with a...
  5. N

    list 15 rows but it should be 654 rows

    Hi! I was trying to list file from folder bit i only get 15 rows. It should be about 650 rows? Sub CheckFile() Dim sFolder As String sFolder = "C:\Folder\" Call CheckPath(sFolder) End Sub Sub CheckPath(sFolder As String) Dim sPath As String Dim sFile() As String...
  6. M

    Jump to spot in a range of cells that is alphabetically correct

    This is for Excel 2010 VBA I have a named range called "Find_Item", when I type something in I want it to search for that name in a range that also contains spaces. If that name isn't there then I want it to jump to the appropriate alphabetical spot. This is the macro I have now, below. It...
  7. S

    Update Main Table with the help of table generated from Pivot Table in Excel

    Hi I have been searching for a solution for the last few days, but unable to get anything relevant to it. Data Available ( example) 1. One sheet with Name (Main Data) having the Data (with col A having Unique Values) with Validation in two columns (col D & Col E). 2. A pivot table is...
  8. P

    VBA selection change event not working

    I am trying to create a cell that updates whenever a cell within a set range is selected. The cell will be changed to the selected cell's value. However, I am having problems with the selection change event. Here is what I have so far: Private Sub Worksheet_SelectionChange(ByVal Target As...
  9. D

    VBA Code or Formula(s) for Complex Referencing

    Hello. Here is what I want to do... In one worksheet, I have a vertical list of unique part numbers in column A where no part number is repeated and each part number is unique. In columns B through K (10 columns) there are other alpha-numeric text in each cell (one per cell) listed...

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