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: DD999
  • Content: Threads
  • Order by date
  1. DD999

    Cannot Shift Objects Off Sheet??

    Does anyone know what causes the error message "Cannot shift objects off sheet" in Excel? The help system has nothing on it. I get the error when I try to hide details in groups by using the little 123 grouping buttons in the top left corner. I'm not sure which objects it is trying to...
  2. DD999

    FormatConditions in VBA in Excel?

    I have two ranges, one call PNames and the other is Sch_Date. PNames goes from A2:A10. Sch_Data goes from D2:J10. I'm trying to code a line in VBA that will look at the value in A2 (to see if it has the word Total in it) and if so will then conditionally format the cells in Sch_Data that are...
  3. DD999

    VBA code for Conditional Formatting?

    I've created two buttons. One adds subtotals to a worksheet and conditionally formats the sheet to highlight any totals that don't add up to 100. The other removes the subtotals and resets the formatting to normal. The reset option is working fine, but I can't get the function that formats...
  4. DD999

    Insert new row copying formulas from above?

    I thought there would be an easy way to insert a row and keep the formulas from the rows above, but if there is, I haven't found it. No faqs or previous posts seem to have covered it. What is the best way to do this? It's funny that conditional formatting does seem to work for newly inserted...
  5. DD999

    VLOOKUP in Validation?

    I'm trying to build a dynamic list that functions as follows. A normal list with the numbers 1 through 6 enters a value into column A. Another list in column B needs to look at the value in column A to be able to present a subset of options that only purtain to the value in A. The various...
  6. DD999

    Show Details of All Groups?

    I've got a range defined that includes a series of groups that were created manually. I'd like to be able to Show Details and Hide Details for all of the groups in the range (or in the entire worksheet) at once. Does anybody know a fast way to do this in VBA code? I'll be using it in a...
  7. DD999

    Advanced Filter Question

    I'm trying to create a "visual scheduler". I have a series of narrow columns each of which represents one day in a calendar. Down the first column I have a list of names of people who will be assigned to projects on specific days. Above all of this I have several rows that show the project...
  8. DD999

    Skills Based Scheduling for Projects?

    Does anybody know of any good tools for tracking people working on projects by their specific skills? An MS Project add-in or even an Excel spreadsheet might do the trick but I haven't found one yet. My scenario is that I have a pool of developers working on multiple projects which make up...
  9. DD999

    Code for setting a field value

    This is really basic but I'd appreciate some help. I have a table called tblDetails that has a field called QorA, which holds either the letter Q or the letter A (big surprise, eh?). The field defaults to Q as per the table setup. Whenever data is entered into that table using a certain form...
  10. DD999

    How to create Popup Text?

    Is there an easy way to create popup text boxes for Visio shapes? I've saved some diagrams as HTML files and added DHTML effects to do this. I was just wondering if there is any way to do it directly within Visio using the native file format? Thanks..........Dan
  11. DD999

    Recommend a Good Programming Reference?

    I've been trying to pick up Access development in my spare time. I used to do a lot of dBase, Foxpro, Rbase and C programming but that was over 10 years ago. I bought the Access Bible but find it very poor quality with regards to real world practical samples, and it barely touches on...
  12. DD999

    How to Change Default Form Function

    This is weird. I've created a form thatI want to use to add new data or edit existing records. Using a combo box I want to select customerID and then have cust_name and cust_address show up. All info is in the same table. Access will let me choose a value in the combo box but it doesn't...
  13. DD999

    Simple yet frustrating question

    Is there an easy way to filter records in a form based on a selection from a combo box? I have a table called tblSystems. I want to choose a sysID from it using a combo box. I then want this selection to populate the other fields from the same table on the form. Lastly, tblSystem is linked...
  14. DD999

    Error in Northwinds Tutorial?

    I was trying to use the Northwinds example to model the tables for a database I need, but the Northwinds database seems to suffer from the same problem I'm having. In the Order form for Northwinds, you select a customer from a combo box and it brings up the details in a subform. If you then...
  15. DD999

    Table Relationship Puzzle

    Here's a generic description of a problem I'm facing. I want to track support requirements for different items. Each item requires different numbers of support widgets, gidgets, gadgets and baskets when used in different environments. There are 7 environment types but more could be added...

Part and Inventory Search

Back
Top