Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

Search results for query: *

  • Users: logius
  • Content: Threads
  • Order by date
  1. logius

    Resources for Excel VBA

    Just out of curiosity, what websites do y'all go to when you're tyring to program in VBA? Some of the one's I've been using are: http://www.mvps.org/links.html http://www.erlandsendata.no/english/vba/index.htm http://geocities.com/aaronblood/pages/vba.html...
  2. logius

    UserForm1.Show gives an error...

    Okay, here's the setup: I've got an .XLS file storing a set of macros (modules) and a single userform (called UserForm1). Now, I'm invoking the macros from another worksheet that I opened in Excel and I'm trying to load the userform that I created: Sub ShowMyForm() UserForm1.Show End...
  3. logius

    Count Legend entries?

    Hi there, anyone know of a way of counting the number of entries (the elements in the legend) in an embedded chart (one that's not on it's own sheet)?
  4. logius

    Macro to Rewrite Legend Lables

    I'm trying to figure out a way of changing the Series labels in a given chart (the lables located in the legend) using a macro. What I want to do is replace them with information (names) located within a particular set of cells. Does anyone know how I can access the names values of the legend...
  5. logius

    VBA With Excel 2000 Problem

    I'm trying to write a VBA macro that will, when given a CSV format file, take the appropriate data and create a graph. The problem I'm running into is that when I run a particular section: Sub CreateGraphE4() Range(Range("E4"), ActiveCell.SpecialCells(xlCellTypeConstants...

Part and Inventory Search