array column vba

  1. JONABRA

    What type of array am I working with when I place specific columns into an array and try pasting them to a new sheet

    Greetings I'm fairly new to VBA and finally require some assistance, as I can't seem to find this question on any of the forums I have a sheet with multiple columns, but only need a select few. I recently came across a method to paste an entire column in an array with a line of code that...
  2. L

    Index and Match array in VBA

    Hi I am dealing with thousands of rows of data. I am trying to use the multiple criteria index and match in a VBA formula to return a result. The formula I am currently using is: Selection.FormulaArray...
  3. J

    how to compare value from list with VBA?

    I am trying to make code that compare value from the list. in column AB there will be list of the values. So if user put values from AB column between F20 and last row of F, 000 value should be in the I column If that values in the AB list and not I column is matching 000 I want to give warning...
  4. S

    Multiple CASEs: Best Practices, Arrays?

    Hello and thank you for offering your help. I have 2 columns I have to compare and match. Cities and Airport Codes Each column is user defined (input by user, not pulled out of a static environment/system) which adds some tricky coding. 1. There are over 200 airport codes in this particular...
  5. S

    Is this Easy? - VBA: Create Multiple Sheets from filtered data contained in a column

    Hi I am a newbie to <acronym title="visual basic for applications">VBA</acronym> coding in Excel and this one is just too complex for me to get my head around so reaching out to this great forum I have had so much success with :smile: If you could help by providing some <acronym...
  6. V

    2 dimensional array is causing run-time error 91

    I am writing code to change the read the formatting of the cells in my worksheets. I got the code working using for loops but it takes too long running this way. So I am trying to rewrite the code using arrays . On the worksheet I am on now I have two tables that I have to loop through. Table 1...
  7. T

    VBA: Find Closest Date with Criteria and Return Value for large data set.

    Hi, I have a VBA code i would like to create. I have two data sets based on Transport sales. One is Adverts with Open/Close times. The second is Sale Times. Sheet 1: <TBODY> Time Open/Close Type 08:00 O Cars 08:00 O Trucks 08:00 O Bikes 08:00 O Shoes 09:30 C...
  8. S

    VBA: Array Assistance (Building an Array from Formatted Cells

    Hey All, I'm running into difficulties producing an array that will produce two separate lists based on formatting: Red - Additions , Underline - Deletions. The number of mandates and processes vary from instance to instance. See below for a visual of my inquiry: <tbody> Process A Process...
  9. F

    Alternative solution needed for slow calculating Array formulas !

    Hi, I am currently calculating ~20,000 array formulas to complete the below task, however it takes way too long to complete and often times freezes my excel (excel 2010). So I am hoping that someone can help me out and determine a faster solution (possibly with VBA) that can complete this task...
  10. D

    Question - How to search through the first row for a column header, copy the data, paste into another sheet and also paste the worksheet name the data

    Hi All, Thank you very much for everyone who has posted to this website. I have been using it for sometime now, and finally decided to make an account because I have a question that I can not seem to answer. I have a Workbook consisting of 30 Worksheets. In each worksheet, my headers go from...
  11. S

    Pulling data from a row and insert into a column in a single column array format in VBA

    Hello all, I have my excel sheet data(i converted into array format) which looks like following 1st row......['one', , , , 'Folder', 'Folder', 'Extended Data', 'Extended Data', 'Extended Data','Extended Data' ], 2nd row.....['ID', 'Label', 'Longitude', 'Latitude', 'Country', 'City'...

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