class2

  1. J

    Concatenate vlookup results

    How do I accomplish this with a formula? I need the vlookup results to be concatenated into a single cell. Thanks. <tbody> Initial Table Lookup Results Class Name Class Name Class1 Bob Class1 Bob, Lily, Alice Class2 Jane Class2 Jane, David, Sara Class3 John Class3 John...
  2. T

    Class on a class

    I have a variable, Var1, which is of type Class2. Standard Module: Option Explicit Sub Test() Dim a As Class1 Set a = New Class1 a.Var1.Var2 = 7678 End Sub Class1 Option Explicit Private pVar1 As New Class2 Public Property Get Var1() As Class2 Set...
  3. T

    Inheritance in VBA

    We know there is limited inheritance in VBA and in order to use it, you would need to use the word with implements. However, in my example below, is this an example of inheritance? Class1: Private pabc As Integer Public Property Let abc(ByVal vNewValue As Integer) Dim c As...
  4. D

    Copy transferred data

    Long story short, I'm really having a though time figuring out a code to make this <tbody> Jess Class1 Jake Class2 Zach Class3 Kate Class4 </tbody> Do this <tbody> Jess Class1 Jess Class2 Jess Class3 Jess Class4 Jake Class1 Jake Class2 Jake Class3...

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