Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. TCopple

    Generic Collections & Inheritence Question

    I'm designing an object model which needs a few constraints and I'm not sure how exactly to do what I want in C#, any help is appreciated. Basically Class A {...} Class B : A {...} Class C : B {...} Class AGroup : Collection<A> {...} Class BGroup : AGroup {...} Class CGroup : BGroup {...}...
  2. TCopple

    Differentiating between CDbl(0) and Nothing

    I have a conditional that takes a double variable. Basically I need the conditional to run if the variable is the value of 0.0, but not if it's nothing. Unfortunately it seems as though the type Double, treats a value of Nothing as 0.0 Anyone know a way around this? Is there a wrapper...
  3. TCopple

    Multilevel Data Labels for a Graph

    If I just use the table in excel and I highlight everything, click the graph button, it makes the graph the appropriate way by labeling each bar as both the time period and the type. When I implement that action in VBA is when it doesn't work. Tyler
  4. TCopple

    Multilevel Data Labels for a Graph

    I have a table of information displayed as such: Last Month Last Quarter Calls Meetings Calls Meetings Series 2 1 1 6 3 Series 3 2 9 4 10 Series 1 0 0 2 12 Hopefully...

Part and Inventory Search

Back
Top