Relative Content

Tag Archive for vba

How to concatenate a range with another range

I’m trying to concatenate the following column A row 1 with column B and loop till row 207 and insert into another column and additional rows before going on to row 2 of column A and so on. The data is as follows

How to concatenate a range with another range

I’m trying to concatenate the following column A row 1 with column B and loop till row 207 and insert into another column and additional rows before going on to row 2 of column A and so on. The data is as follows

How to concatenate a range with another range

I’m trying to concatenate the following column A row 1 with column B and loop till row 207 and insert into another column and additional rows before going on to row 2 of column A and so on. The data is as follows

How can i transfer Visible Filtered Data from a table into a multi dimensional array?

I have a table called “Sales Tracker”
I did an auto filter and got my results.
now i want to transfer the visible fields to my array called soArray
the first time i go thru the cells it works fine and i get the 4 fields
i need into the array,
however, after the first time i get a “Run-Time error’9′: Subscript out of range”
what am i doing wrong?
any help or push would be appreciated, thank you
below is my code

How can i transfer Visible Filtered Data from a table into a multi dimensional array?

I have a table called “Sales Tracker”
I did an auto filter and got my results.
now i want to transfer the visible fields to my array called soArray
the first time i go thru the cells it works fine and i get the 4 fields
i need into the array,
however, after the first time i get a “Run-Time error’9′: Subscript out of range”
what am i doing wrong?
any help or push would be appreciated, thank you
below is my code

How can i transfer Visible Filtered Data from a table into a multi dimensional array?

I have a table called “Sales Tracker”
I did an auto filter and got my results.
now i want to transfer the visible fields to my array called soArray
the first time i go thru the cells it works fine and i get the 4 fields
i need into the array,
however, after the first time i get a “Run-Time error’9′: Subscript out of range”
what am i doing wrong?
any help or push would be appreciated, thank you
below is my code

How can i transfer Visible Filtered Data from a table into a multi dimensional array?

I have a table called “Sales Tracker”
I did an auto filter and got my results.
now i want to transfer the visible fields to my array called soArray
the first time i go thru the cells it works fine and i get the 4 fields
i need into the array,
however, after the first time i get a “Run-Time error’9′: Subscript out of range”
what am i doing wrong?
any help or push would be appreciated, thank you
below is my code

How can i transfer Visible Filtered Data from a table into a multi dimensional array?

I have a table called “Sales Tracker”
I did an auto filter and got my results.
now i want to transfer the visible fields to my array called soArray
the first time i go thru the cells it works fine and i get the 4 fields
i need into the array,
however, after the first time i get a “Run-Time error’9′: Subscript out of range”
what am i doing wrong?
any help or push would be appreciated, thank you
below is my code