quicker

  1. J

    VBA: Fastest way to determine last non blank row in column

    This is pretty fast, is there any quicker? Thanks. LR = [match(2,1/(l21:l<>""))]
  2. G

    Alternative to find/replace for multiple column references

    Hi, hoping you clever people can help please. I have a long formula in a report that looks at values in a particular column that is specific to months. On the 1stof the following month I have to roll the formula forward so that each column value increases by 1 i.e. AD becomes AE, AE becomes AF...
  3. K

    Change externally referenced link by changing cell

    I have a workbook with a ton of external links (Tabs JAN - DEC each with at least 100 external cell references). The workbook it's linked to changes annually. Instead of going through the LOOOOOONG process of editing the links via the DATA tab, is there a quicker way to do this? It used to...
  4. T

    How to make this VBA loop run quicker?

    Hi All I've recorded a macro then looped it, but it runs so slowly (takes around 45 minutes to complete). I've got a feeling it's so slow because it has to copy and pastes 12 images (barcodes) 537 times, but is there any way of using different syntax to make it quicker? Here's the code: Sub...
  5. M

    Auto Fill Cells with specific numbers.

    Hi all, A pretty simple one but in need of advice. The quickest way to populate cells P1:P25 with values 1-25. I recorded the following macro and am using that, but i am sure there is a quicker way to generate the numbers. Sub record1_25() ' ' record25 Macro ' ' Range("P1").Select...
  6. M

    I need help with a cell formula

    I want to make a certain cell, (H7) to convert the letters Y or N to display the word Yes or No. Is this possible? Is it better to create a macro to do this or to use a cell formula or VBA? For example: To make filling out the spreadsheet quicker my boss just wants to type the letter "Y" in a...
  7. J

    Quicker way than this to lookup 2 criteria ? Very slow

    Hi, when running this code to lookup criteria on just about 300 rows, excel hangs and this takes maybe 30 seconds =LOOKUP(2,1/((A9=Sheet1!A:A)*($E$1=Sheet1!E:E)),Sheet1!C:C) its to output value in Sheet1 column C where the 2 criteria match any quicker way, sure there will be thanks in advance
  8. S

    Make VBA Faster

    I'm looking to make my vba code run faster. Any suggestions? Sub ShadeAllSw() Application.EnableEvents = False Application.ScreenUpdating = False Application.Calculation = xlCalculationManual ActiveSheet.DisplayPageBreaks = False ActiveSheet.ChartObjects("Chart 3").Activate Dim DrObj Dim Pict...

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