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. tcolan

    Looking up the next value

    unfortunately I can't use autofilter...
  2. tcolan

    Looking up the next value

    I'm trying to create a list based on the value in a column of another table. I can't use pivot tables. So the data look like this: ID# Status 1A Open 2A Escalated 3B Closed 4R Escalated 5E Open etc. From this table I want to create a list that just contains the...
  3. tcolan

    VBA code in excel seems to be deactivated.....

    Thanks to all of you for your help. I figured out that for some reason the Now() function in my code above was calling the VLOOKUPNEXT() function that I had put into a module for some other functionality in the spreadsheet. I'm not really sure why that is or how that happened, but once I...
  4. tcolan

    VBA code in excel seems to be deactivated.....

    The old version works but the new version does not....
  5. tcolan

    VBA code in excel seems to be deactivated.....

    Thanks Skip. I went and replaced my code with your's which is much more efficiently written - so thanks! Unfortunately I'm getting the same result in which nothing happens. It appears that the code is not be called by excel. I don't get it because when I select 'view code' for the sheet...
  6. tcolan

    VBA code in excel seems to be deactivated.....

    oops - I mistyped, I meant to say column B - in other words I meant to say "The event that happens is selecting "Open", "Closed" or "Issue" from a drop down in column B ..." sorry about that.... although I wish that oversight was the answer.... uggg....
  7. tcolan

    VBA code in excel seems to be deactivated.....

    Sure thing. The code below works in an earlier version of the workbook. I have not done anything to the spreadsheet that would change any of the ranges or cells referred to. The event that happens is selecting "Open", "Closed" or "Issue" from a drop down in column C and then having another...
  8. tcolan

    VBA code in excel seems to be deactivated.....

    Yes, I copied the sheet from another workbook just to test it out to see if it would work. The code works fine in the 'copy from' workbook, but seems deactivated when pasted into the the destination workbook (it compiles with no errors but when the event happens in the spreadsheet it doesn't...
  9. tcolan

    VBA code in excel seems to be deactivated.....

    Oh and the code is stored within the specific workbook. When I select the tab and coose to view code, I see all of the code. What's even more interesting is that I've copied over a sheet from another workbook that is working fine and once I copy it into this specific workbook, the code stops...
  10. tcolan

    VBA code in excel seems to be deactivated.....

    Hi - It seems that all of the vba code in an excel workbook is not being called when the events occur in the spreadsheet. It's almost like the code has been deactivated (it was working fine before) I've played around with all of the security settings but still seem lost at figuring out why...
  11. tcolan

    How do I activate all of my vba code in excel?

    Thanks and I'll submit over to that forum as well. The code is stored within the specific workbook. When I select the tab and coose to view code, I see all of the code. What's even more interesting is that I've copied over a sheet from another workbook that is working fine and once I copy it...
  12. tcolan

    How do I activate all of my vba code in excel?

    Hi - It seems that all of the vba code in a workbook is not being called when the events occur in the spreadsheet. It's almost like the code has been deactivated (it was working fine before) I've played around with all of the security settings but still seem lost at figuring out why this is...
  13. tcolan

    Show all values of a Pivot Table

    Thanks!!!
  14. tcolan

    Show all values of a Pivot Table

    Hopefully this is an easy one but I'm stumped. I have a pivot table and instead of grouping the headings, I want every cell to show it's value. Note that I've hidden all of the sub-totals. So, instead of X AA 1 BB 1 CC 1 Y AA 1 CC 1 Grand Total 5 I...
  15. tcolan

    Autonumber in Excel based on Criteria

    Hi, I'm looking to autonumber in Column A based on criteria in Column B. In other words, once someonse selects "Open" in Column B, I want the Column A cell to add the next unique number in the range of Column A. I want to use VBA since I want this value to be static. Here's what I have and...
  16. tcolan

    Autonumber in Excel based on Criteria

    Hi, I'm looking to autonumber in Column A based on criteria in Column B. In other words, once someonse selects "Open" in Column B, I want the Column A cell to add the next unique number in the range of Column A. I want to use VBA since I want this value to be static. Here's what I have and...
  17. tcolan

    Date stamp in Excel based on Criteria

    Perfecto! Thanks so much for your help! -Tom
  18. tcolan

    Date stamp in Excel based on Criteria

    I am need to put a static date stamp in Column S based on data changed in Column B. I am using code that has been suggested and it is working on providing the date stamp, however I'd like to take it a step further and only have the date stamped in Column S when Column B is specifically...

Part and Inventory Search

Back
Top