vba & conditions

  1. B

    Warning message with VBA when opening file

    Hi guys. I'm a noob working with VBA, so I need your help. So, I have an excel file, where I have a table with some data. In this table, I have a collumn named "expiration date" (column G), but not all rows have expiration dates, some of them are empty. I have setup a conditional formating...
  2. IIII

    VBA: Highlight row within range if a date is a weekend or based on cell value

    Hi, I'm looking to find a way to highlight rows within this range (not entire row), based on the following two conditions: If any date in column A is a weekend, then highlight that particular row and/or If any cell value in Column B at min. contains the word "TEST" (doesn't have to match...
  3. S

    VBA | Comparing Two Cell Values on Separate Sheets, Then Iterating by Row

    I am trying to figure out how I can see if one cell is equal to another one on a different sheet, perform an action once that IF statement has been determined, and then iterate down one row on both sheets to perform the same analysis on the cells in the row directly below. Essentially what I...
  4. L

    VBA If_And Worksheet 1 cell A1 = "abc" & b1 = "def" then C1 = Worksheet 2 cell A2

    I am looking at having a VBA run with 2 conditions to autofill or pull data from another worksheet in the excel file. I have not finished adding all the locations, but i have added 2 different ones to test out on. Currently on my Shift Notes Tab, I have a formula in the cell ranges of C9:F12...
  5. P

    Grouping duplicated data

    I recently built a sheet that will help me duplicate records by concatenating specific data, last four of the SSN and first 3 letters of the first name, which then duplicates this data into two transactions. It will work perfectly to group the transaction 3 and 4 together BUT only if I sort two...
  6. A

    Remove and Reapply Conditional Formatting

    Good Afternoon, I have a worksheet that is conditionally formatted to use 6 formulas. Every time a user pastes in the worksheet, they are messing up the formatting. I understand I can create a VBA to delete and reapply formatting. I found some formatting that rlv01 (Thank you!) had posted on a...
  7. E

    Copy and Paste and If Statement Issues

    I have two issues. 1. I would like to be to run two If statemetns If Audit area Combobox is Blank return all values and run the if statement for the report range or If Audit Area combobox has a value return that value and run the if statement for the report range 2. Once that is done I...
  8. J

    VBA to copy multiple range sets of cells and insert them into another workbook

    Hello Everyone. I am new with VBA. I have been watching tons of videos to get some insight on how to do what I want but to no avail, I think there’s multiple solutions to get around this, but I lack the knowledge. I want to get my “Journal Entry workbook” (I’ll call this “Workbook1”) to...
  9. M

    Find text in one cell, select all cells for same person on same date and copy to another sheet

    Hi All, Just had to re-register after 8 years away. I receive a weekly timesheet spreadsheet for a construction project in an area with high rainfall. Each person can charge to 3 or 4 different time codes per day. One of the codes is "inclement weather/rain". When this code appears I need to...
  10. A

    Excel VBA Protected Sheet, after insert line give Error 13

    I need a material record sheet which i created in Excel table, and summarize with Pivot Table (for Pivot Table refreshing after entry i use VBA Code), in Sheet i make a column which is "Approved" after approving i want that specific line will become locked (i use VBA code which work properly)...
  11. N

    Highlight specific text in one cell based on another cell

    I have few values in column I and column H, i have a code which highlights specific words in H column if those words are exactly present in I column. Drawback is it highlights the works only if they are exactly ditto and are present together, Can any changes be made in the code and make...
  12. J

    Exit for depending on the dynamic Range inputted in the worksheet

    Hello VBA Guru's! I am fairly new to VBA. I have here a VBA code that compares attributes from sheet1 to sheet2. if attributes in sheet1 column A is found in sheet2 column A, copy the entire row in sheet1 and paste/replace that row in sheet2. Sub UpdateSheet2() Dim i As Long Dim f As...
  13. J

    VBA formula that will insert a column in sheet2 and shows if the row is copied from sheet1.

    Hello, I have this VBA formula that compares the attributes in sheet1 to sheet2. If attributes in sheet1 is found in sheet2, copy the entire row and paste in sheet2. Sub UpdateSheet2() On Error Resume Next Dim i As Long Dim f As Range, c As Range Sheets("Sheet1").Select last =...
  14. G

    VBA code to copy a cell value in a pivot table from one sheet to another sheet

    I would like to know how to copy a variable cell value in a pivot table from one sheet to another. I would like to copy Sum X Est from label Buy and S. The code must work even if there is a row missing of data. I tried GetPivotData("labels", C1, "Buy", R2, "S", R3, "Sum X Est.", C2) but it...
  15. A

    How to enter a hyperlink into a user form to pass it ointo my worksheet

    0 1 I have a link to options in Think or Swim I have a form that I'm using to enter values into this sheet and for the textbox "tbossot" I'm using this code to copy to the worksheet: Cells(lrow + 1, "R").Formula = "='" & tbossot.Value & "'!" but when I paste this link into my form, it gets...
  16. G

    Create a vba code to insert row based on two-column condition

    Hi Everyone, I am new to this forum and have been trying to learn some VBA coding to automate some data. My question is - I would like to insert a row when there is a value change in two-column cells in an excel For example, columns F and G where F has a string value of "Buy" and "Sell" and...
  17. L

    Need Help With VBA Coding-Mu

    I need help with a VBA code and have absolutely no experience/knowledge with it. I have looked into it but ultimately come up confused where i am suppose to change data to match my workbook. I am trying to copy data based on one cell with multiple and changing factors into other sheets for a...
  18. N

    Extract certain no of rows based on different scenarios and conditions.

    Hi, I have a File with no. of rows that change everyday, In file, I have data until column z, columnX is decision column which contains 4 values" Venice, Paris, Newyork and Italy" I need a macro to extract 27 rows to a new sheet named verification based on 2 scenarios 1, If Venice and Paris...
  19. S

    excel 2019- IF Cell Contains Text Then Copy to Another Sheet automatically

    Hi, I'm trying to create an excel spreadsheet (version 2019 and no ability to upgrade to 365) to keep track of appointments. There are sheets for each month. And I need the appointments for future dates to show up in their respective monthly tab automatically (without disappearing from the...
  20. H

    Running Macro on all sheets that meet cell criteria

    Hi, I'm trying to make a macro run on every sheet in my workbook, problem is macro doesn't work if cell value is 0: Sub Ola() Dim Rng As Range Dim InputRng As Range, OutRng As Range xTitleId = "KutoolsforExcel" Set InputRng = Application.Selection Set InputRng =...

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