mycol

  1. S

    VBA Last Row formula crashing excel on larger datasets

    I am using the code below to copy a formula down to the last row in the active sheet. Then copy paste the values. When running the macro on a sheet where the active range is small I am not having any issues. However, when I run the macro on a sheet with 66 columns and 900,000 rows Excel...
  2. M

    Why does file name appear twice in my VBA Vlookup Formula?

    Hi, When I run this code. My aim is to have a user be able to pull data based on their selected criteria from the inputbox from a closed file (which isn't going to be opened). That closed file is updated (with a new file name) each week, hence the user having to select the file initially to...
  3. M

    Count Values in a Column by referring to the Column NUMBER

    Hi I'm using the MATCH function to return the column number where specific text was found in a row. That number (say 7) is stored in a variable (MyCol). I now want to COUNT the number of values (text and numbers) in column MyCol. How do I do this ? Thank you in advance Al
  4. P

    Public Function declare for use in form with CommandButton and listbox

    Hello, Trying to declare some variables in Module, so when i hit commandbutton to take another value (also depending from listbox value) to create a graph in a picturebox, but when i execute the values are 0. Here is the code. Option Explicit Public Function mysub() Dim myrange As Range Dim...

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