class

  1. N

    customizable dates formula

    I am trying to build a general course calendar that would work for any course whether it meets 3 days a week, one day a week or last 16 weeks. In order to get the class dates listed in column A, I wanted to see if there was formula that would build this list if there was an input of data like...
  2. J

    VBA - Data spread across multiple columns needs to be consolidated into one column

    We have a system that exports billing information for insurance purposes. The bills are typically generated via PDF, but business want them in Excel so they can do calculations and manipulations with them on a spreadsheet. Whenever we export a bill as an Excel file it comes out looking pretty...
  3. T

    Help with creating classes according to placement test scores.

    Hello everyone. I could use some help with creating class memberships. I have about 600 students across 4 departments that need placing in about 16 classes based upon a placement test score, preference survey, and departmental membership. So far I have worked within the database using sort to...
  4. R

    Offset function

    Hello, I need a bit of help with Offset function. The below is the source data. <tbody> MONTH TYPE CLASS % JAN PA A 90 JAN KR A 100 JAN SE A 80 FEB PA A 70 FEB KR B 80 FEB SE C 65 MAR PA B 90 MAR KR A 80 MAR SE C 70 APR PA A 60 APR KR B 50 </tbody> Below is the OUTPUT...
  5. C

    Rank function with exceptions

    Hello. I am trying to make a carshow judging sheet and I am wondering if this is possible. We judge and give scores for each vehicle for the class they are in. We also have specialty trophies that are judged but not issued scores like the classes are and we only give one trophy per winner so...
  6. R

    Usage of a table class in selenium for VBA

    Hello I have stumbled upon a strange class called "Table" inside the selenium for VBA. Does anyone know the usage ? I tried many different ways to pass somehow the values ,objects or table element from HTML without any luck. Even reading through the C# source code doesnt reveal any clues...
  7. T

    webpage dropdown menu in a container - vba control

    Got this intranet website only accessible at work( so unable to provide link) but I've included the html code relevant to a drop down menu. I'm unable to get a handle on it , have tried by class, name tag, and id using.getelement/s method. There are two such drop down boxes and strangely enough...
  8. L

    What is Me

    Hi I want to know what is Me? Is it an object? if yes, what is the class? Is it used in Form only? Thank you.
  9. E

    Combining two workbooks together

    Hello all, First and foremost I am not a excel wiz and just beginning. Background info: I recently have taken over an operations position of a militaryschool and I am trying to clean up the way some data is stored and presented. Currently I have been able to research and consolidate mostof the...
  10. kelly mort

    Standard module, UserForm Module or Class Module? ??

    There are some of the Subs that when I call them from the standard module with my userform, I get errors so I have to place them in the userform module. I have not used the class module before. Can someone point out to me whether I am doing the right thing or not? Regards Kelly
  11. E

    Sub-String Extraction !

    Hello! The code below works fine to generate all possible combinations of 37 numbers choosing 6 at a time. That is, 37 combin 6 = 2,324,784 strings However, I don't need all the 2M plus output strings. I only need the output strings that contain the numbers "3" and "5". Of course I could...
  12. T

    Comparing Lists Not Working

    Hi again - So I am trying to compare lists. I have 3 workbooks that I am using. #1 - Has Mandated Classes with staff names #2 - Has training records for all staff (current and retired) #3 - Is a master reference workbook What I'm trying to do is In #1 - create a formula that will look...
  13. P

    Unexpected Termination of Sub from class property

    I have a form that gets data from a class but somehow when the nested sub that reads the data to the form gets terminated premature Private BA As BidApproval Private Sub UserForm_Initialize() Set BA = New BidApproval For Each c In Me.Controls If TypeName(c) = "ComboBox" Then...
  14. B

    Duplicates, MIN Value, MAX Date

    In column B I'm looking to find single entry or duplicate entries that have a MIN combined value of 20, (and column D must not be blank). If so enter the MAX date from column C into column F. Example: Classes named "Class 2" has two entries (in column B), and together they total 20 students...
  15. kpasa

    AfterUpdate Event Handling for a textbox class

    I have a class that groups several textboxes in a userform for event handling. Here is the class: Private WithEvents MyTextBox As MSForms.TextBoxPublic EnableEvents As Boolean Public Property Set Control(tb As MSForms.TextBox) Set MyTextBox = tb End Property Private Sub...
  16. R

    re-assign a control to new class event handler

    Is it possible? During control creation, you can assign a class event routing (click, change events.....) to a UserForm control (My method below) Set C1 = New Class1 Set C1.labelz = LAB Is there any possibility for re-assigning a control that has already been...
  17. Johnny C

    Does anyone use class modules?

    I've been coding VBA since (ahem) 1993 or thereabouts. When the VBA interface came in there was always this pesky option of a class module, I never knew what they did because I'd never needed to use them (and I've done some hefty modules in my time, 1,000+ rows of VBA) I recently thought...
  18. P

    VBA Classes

    Hi! Is it possible to get and let data between classes, and if yes, how? delclaring as follows resets the information in the class despite that the class has´nt been terminated and I have´nt figured out how to calling it in a other way Dim x as class1 Set x = new class1 Thanks!

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