vba excel 2010

  1. H

    with Specific text in a row format the whole row in to Red

    Hi everyone I have an userform whereby user enters all the information from Userform including selects their names from combobox1 and transfers on to the sheets however i was wondering if there is any way that when user selects thier name and trasnfer the data on to the sheer and if specific...
  2. H

    remove duplicates from sheet2

    Hi everyone i have an code whereby it will loop between the sheet2 and sheet3 and look for duplicate from sheet3 to sheet2 whereby both sheets have 3 columns. it is currently not working and it will not delete the duplicates from sheet 2 after looping into sheet3. Sub RemoveDuplicateRows()...
  3. J

    How do I reference an external worksheet in VB?

    Hi I'm struggling to make some VB code reference an external workbook. I can't pick out the most suitable method from the other threads out there. I've created an 'Enquiry' worksheet which I plan to allow various users to open so that they can interrogate data held in another sheet. To make it...
  4. S

    If cell value changes then -VBA

    Sub alphacode() On Error Resume Next Range("X6") = Chr(Month(Now) + 64) End sub How to add some more lines in this code which would reset range Y6 value to "000" for every change in alphabets. Eg: This is november. X6 will be K,on december X6 will...
  5. S

    Code is returning to vbnullstring

    Sub Newreport() Dim ws As Worksheet ' Worksheet object for file to save Dim wb As Workbook ' Workbook object for file to save 'Disable Ctrl+S With Application .OnKey "^s", "" End With 'Set ws in which GRIN data gets loaded On Error Resume Next...
  6. V

    Adding multiple rows of data to a worksheet via a UserForm, BUT starting on the 3rd row

    I feel as though this is a simple fix, but for some reason it is stumping me. I created a UserForm in VBA. I want the user to continually type data into the UserForm and hit the "Add" button after every entry and it automatically display on the worksheet row after row with no blank rows...
  7. J

    Save by VBA does not trigger Save Event

    I have a process that is to be triggered Before Save. Excel 2010 64-bit W7. When I open the workbook manually and request a save from the keyboard it works fine. When the same workbook is opened by another workbook and saved by that second workbook's VBA code, the Before Save process is not...
  8. M

    Intersect Object VBA excel 2010. Please Help

    Hi, I have been posting frequently regarding a new Macro I have been working on. It seems that everytime I fix one thing, I have to debug another. All in all I want to copy several wksheets rows into one based on if column L has an "A" and as well only copy the columns...
  9. B

    VBA insert entire Rows in large numbers

    Hello I'm once again troubling this forum's community with a puzzle that has been driving me crazy for the past 2 days. I wrote a code that has to insert rows when certain conditions are met. The code finds the conditions, reads a number (X) in a row that meets those conditions and inserts X...
  10. N

    Check files in the folder

    I wonder how to check in folder and check all the files in the folder after that write it to excel sheets? lets illustrate like this. i got 2 folder and in those 2 folder i got alot of files. And the file got same name, same size, same date. somthing like this. but in file property we can find...
  11. F

    VBA works in XP and Office 2003 but not in Win / and Office 2010

    I am not an expert user and have used this makro for many years but in Office 2010 it does not work, can anybody quickly look and solve. The makro compiles individual excel time sheets into one reporting sheet. Sub get_sheets() Dim basebook As Workbook Dim mybook As Workbook Set...

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