dynamic array

  1. W

    Dynamic Range in a Macro Problem

    My issue is with a number of tasks all written in one macro, but one task refers to a dynamic range that the macro needs to copy and past elsewhere in the workbook, but on occasion that dynamic range won't have any data and therefore equal to no range to copy so the code gets stuck, how do I get...
  2. K

    Need help making a dynamic histogram

    Hey everyone, I have what should be a fairly simple problem that has been taking me forever to figure out. Here is my situation (Using Excel 07): I'm going to be inputting 100 numbers into a column (Say B2:B101) and need to make a histogram out of that at intervals of 1 from the lower bound to...
  3. J

    Setting an Int equal to a dnamic range

    I have an integer called NumRows that I want to be set equal to a dynamic range. It works for all values other than if the range is only equal to 1. Can anyone help? Here is my code. ' Set numrows = number of rows of data. If (Range("B101", Range("B101").End(xlDown)).Rows.Count > 1) Then...
  4. M

    Array Question

    I have this crazy long formula, but its really not that complicated, a lot of the same stuff repeated... The formula does a check for values in column B8:B32 and proceeds to look in another sheet and report back values. The problem is, the data in B8:B32 is dynamic and sometimes contain zeroes...
  5. A

    Nested IF, Lookup, Match, Index, etc.. ?

    I have a question that I am hoping someone can help me with. I have two schedules. One for Headhaul flights and one for connector flights. Not all headhaul flights have a connecting flight. Some connecting flights will serve more than one headhaul flight. I would like to develop a way to pull...
  6. R

    Row(n:m) not evaluating to an array when placed inside GetPivotData() array formula

    Hi all, I couldn't figure out the syntax to use to specify that all the keywords must be present in search results, so I may have missed a past topic dealing with this. If so, sorry about that. My problem is as follows: When I use (for instance) Row(1:5) inside a Sum array formula...
  7. C

    Need help with dynamic vlookup

    I am building a quoting program to use in excel. I will have fields - <TABLE style="WIDTH: 402pt; BORDER-COLLAPSE: collapse" cellSpacing=0 cellPadding=0 width=534 border=0><COLGROUP><COL style="WIDTH: 28pt; mso-width-source: userset; mso-width-alt: 1353" width=37><COL style="WIDTH: 52pt...
  8. L

    Dynamic Array Problem

    Hi, I'm very much a newbie to dynamic arrays so apologies if this seems like a trivial question. I have the following vba code, which reads down a column adding the activecell value to the array...it seems to work okay. The reason why I'm wanting to use dynamic arrays is because the number of...

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