maco

  1. M

    Multiple Conditional Formatting with Precedence and Formulas

    Hello I am having a bit of trouble interpreting some of the answers that are out there, I would like to do the following conditions Custom formula is =$J3=TRUE -> green highlight - for cells A3:J999 (or end of sheet) Custom formula is =NOT(ISBLANK($I3)) - no highlight - for cells A3:J999 (or...
  2. A

    Using VBA to select a new drop down list for each new drop down

    Hey guys, I'm running into the issue where I would like to create a drop down in each cell in the range h4:h74, and for each drop down, have each drop down reference a new data set from B86:BT86. So for cell H4, the drop down in that cell should reference B86:some ending point, H5 should...
  3. W

    Run maco on loosiong focus

    I am running code when a worksheet comes into focus using Private Sub Worksheet_Activate(). How can I run a code when the worksheet looses focus?
  4. K

    chnage value

    I need a maco to change the value in column F from 1 to 00.
  5. T

    Pasting a Row Based on Column Criteria.

    Hello all, I have a worksheet, where in Column F, there are about 200 instances of a cell containing the text "EBITDA". I have used a macro to insert an extra row below each of these instances, however I'm looking to copy and past the contents (formulas & Format) of Row 31 so that it can be...
  6. R

    Trouble with creating a PDF and attaching to email

    Ok everyone, this is what I'm trying to accomplish, I am trying to create a macro that will be operated by a button that will format a range, then a selected range is saved as a PDF to any users desktop and THEN attached to an email followed by more formatting inside the excel sheet. I feel...
  7. S

    VBA to copy data into Columns

    Hi All I currently have the code below that copy's data down in rows one after another, but I really want this to now go via columns now and not rows. Can anyone help? Thanks Sheets("Pivot_Table_Non_Closed_Area").Range("D12:D21").Copy 'Pastes the data from the sheet above in the next...
  8. W

    Excel Macro To Color Certain Words In A Line Of Text

    Hello, <tbody> I currently have a list of banned words which I have named "content_check" and are in a tab called "Guide". I would like to make a macro which will check cells G13, G15, G19, G21 and E30:E6000 (if not blank) in the tab "A+_Creation" and highlight in red any words which match...
  9. W

    TRICKY ONE : copy data from rows !!

    what data i have? • Row "1" of sheet 1 is full of data in each cell. what i want to do? Step 1: I want to copy six colums from row 1 ( i.e. data in cells A1:F1) and paste in sheet 2 row A1:F1. Step 2: I want to copy next six colums from row 1 ( i.e. data in cells G1:L1) and paste in sheet 2...
  10. S

    Help - Macro Not Working as Intended

    Hi Guys, Im relatively new to the world of Excel VBA and have written the following code: The macro itself is linked to 2 buttons, one for Start/Stop and a Clear Button. When pressing Start it updates cells in M18, pressing stop updates N18. Pressing start again then updates M19, and stop...
  11. T

    Break Select Links in Workbook

    Good Afternoon, I have a workbook that links to 12 different workbooks. I am looking for a macro that will break 10 of the 12 links. For ease assume the linked workbooks are saved as A.xlsx, B.xlsx, C.xlsx... I am looking to only break A and B. Any help would be greatly appreciated.

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