lr.formula

  1. M

    VBA Error: Object variable or With block variable not set - while looping through directory

    Hello, Hopefully I will not confuse anyone. I am getting an error for my code below. I copied the entire code in case anyone also has ideas to optimize it as well. The purpose of the code is to: Look though all PDF files in specified directory When it finds the first PDF file Open the PDF...
  2. M

    Multiple Criteria to Check Before Moving Data Between Sheets

    I copied the full macro at the bottom of this post, but here's the snippet of it that I'm struggling with. If Not IsError(Application.Match(x, ws1.Range("A:A"), 0)) Then '//Copy and paste Name, TLD#, & Dates...
  3. M

    Copy Only New/Different Items to a List

    I use this macro to take an active roster of people and some data about them, and transfer portions of it to a secondary roster. Unique to the secondary roster is that no one should ever be deleted from the secondary roster. The primary roster is active in the sense that people are constantly...
  4. M

    Preventing a signature box from crossing pages when printing

    The macro below generates a roster of people, and then a signature block for the reviewing officer to sign at the bottom of the page. The length of the roster changes, and sometimes the signature block gets split crossed between pages when printed. It's ok if the block is entirely on a page by...
  5. M

    Dealing with Duplicates

    I use this macro to take an active roster of people and some data about them, and transfer portions of it to a secondary roster. Unique to the secondary roster is that no one should ever be deleted from the secondary roster. The primary roster is active in the sense that people are constantly...
  6. M

    Occasional Row Miscount Causing Overwriting of Header Row

    I use the below setup to fill formulas on an excel data worksheet. The first 5 rows are full of buttons and other reference cells, and row 6 is the header row for the data. Occasionally, and without a clear pattern, this macro will miscount the rows and start putting formulas in row 6 instead...
  7. M

    VBA Conditional Formatting and Cell Formatting and Cell Protection

    I have a fillFormula macro, but I want to include something in it to 1) apply a conditional formatting to Range("C7:C" & Lr) that will look for duplicate values and apply a red-bold format to each, and 2) to set column C to a text format so that it will stop dropping leading zeros. Also, I...
  8. M

    Vlookup .. showing syntax error plz help

    :confused::confused:Hi Team, I am trying different option of using vlookup. only single formula working. when I use defined my criteria range as MyData other are showing errors. please assist where its going wrong. My Criteria range is in sheet3 (c6:f11) , my lookupvalue is in sheet1(a2), I...

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