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 bkrike 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: *

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

    Analysis of series on a graph

    Is it possible for excel to calculate the number of series which at some point go out of tolerance? e.g. If a series 1 is the lower tolerance and series 2 is the upper tolerance can I check to see whether series 3 lies within this range or not? The number of values used for the upper...
  2. Ca1icoJack

    Coloured Cells

    I have a loop which looks down thousands of lines and across 20 cells on each row. The code takes a huge amount of time to run, since it is looped on a lot of files. Is there a way to make the code only look at a line if the line contains colour since many are blank? Thank you
  3. Ca1icoJack

    SQL Data Manipulation and outputs

    I'm completely new to SQL and would like to know exactly what I can do with it. I want to be able to extract a load of data for a feature, calculate some new values, order the data by date and take the most recent 30 values. Then repeat this for each feature. An example of the value I'd want...
  4. Ca1icoJack

    Graph formatting changing

    Using a macro I have imported some data and created 8 graphs on a sheet which is then printed. The printout reverts all character formatting to the default sizes. How can I prevent it from doing this so the formatting I specify in the code is retained? I've done this before in other macros...
  5. Ca1icoJack

    Code within a sheet

    I have been trying to create some code behind a command button in a worksheet. When it is clicked it links to another sheet and collects data which it then uses to create a graph. I always get an error: ___________________________________________ Runtime Error '1004': Application-Defined or...
  6. Ca1icoJack

    Process Capability

    Could someone please tell me how to calculate Cp, Cpk, Ppk, UCL(x), LCL(x), UCL(r) and LCL(r) in VBA? Thank you very much
  7. Ca1icoJack

    Check Box Interaction

    I have three text boxes. If either or both of the first two are checked the third is activated. When both are deselected the third is deactivated, but the check in it is not removed. This makes it confusing for users. The first two checkboxes have the following code. (With OutputData and...
  8. Ca1icoJack

    Single Data Type: Empty or Zero?

    I have created a library similar to: _________________________________________________________ Public Type SECTION Angle as Single End Type Public Type BLADE Section(17) as SECTION End Type Public My_Blade as Blade ______________________________________________________ The number of...
  9. Ca1icoJack

    UserForm Progress Bar

    Hi, is it possible to have a variable maximum value for a progress bar? I want my code to run through a number of files in a folder, the number of files varies. I want the maximum value to change depending on the number of files, since it loops through increasing the progress bar value each...
  10. Ca1icoJack

    Adding text from Text box to List box

    I have a userform which has a text box, a list box, an add button, a remove button and a start button. I want to be able to type text into the text box, hit enter to add it to the list box and type in my next addition. I have each item being added at the top of the list, and want the focus of...
  11. Ca1icoJack

    Adding items at the top of a list box

    How can I add items to the top of a list box rather than the bottom? I want to type in a word and then click a button which does this in a user form. Thanks in advance
  12. Ca1icoJack

    Visual Basic Folder Search

    I have files scattered throughout my harddrive and network. The path to them is obviously different, but the final folder and contents are labelled identically. How could I search my entire network for such folders? I tried using a wildcard to specify all locations: "\*\ & MyFolder &...

Part and Inventory Search

Back
Top