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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by miwoodar

  1. miwoodar

    Matrix find/replace script?

    Greetings all! I'm trying to write a find/replace script that will look at two columns of info in a single range on a single tab. If the script finds abc in the first column and the second column says xyz the script will find all occurances of abc in the entire workbook and replace them with...
  2. miwoodar

    Counting By Criteria Within Another Count

    These solutions are a lot easier than the path I was going down! Thanks guys - I got it to work. ____________________ Mike
  3. miwoodar

    Counting By Criteria Within Another Count

    Thanks Skip - I dropped it into the sheet but the sumproduct idea didn't seem to work...I'll play around with it more in the morning when I'm fresh. Your comment regarding the source data is well taken. Unfortunately, the spreadsheets I'm working with are large tangles of engineering...
  4. miwoodar

    Counting By Criteria Within Another Count

    Ugh! I can't seem to crack this no matter how hard I try and how much I search. If anyone has a good idea or solution, could you please help? I'm trying to find a way to summarize a work breakdown structure. I have a single column of data and as many formula columns as I need. Possible...
  5. miwoodar

    Currency Conversion - Changing the Cell Formats

    Oh - and I never found a good way to address the custom formats (I stopped counting at a half dozen). ____________________ Mike
  6. miwoodar

    Currency Conversion - Changing the Cell Formats

    So I got this to work...sort of. Here's what I ended up doing before I abandoned the effort. It took about 2 minutes to go through all 15 sheets with the calculation and screen updating turned off. As a result, I ended up removing all dollar signs and all pound signs then added a cell to the...
  7. miwoodar

    Currency Conversion - Changing the Cell Formats

    Like this? It doesn't appear to work. Application.FindFormat.NumberFormat = "[$$]" Application.ReplaceFormat.NumberFormat = "[$£]" Cells.Replace What:="", Replacement:="", LookAt:=xlPart, SearchOrder:= _ xlByRows...
  8. miwoodar

    Currency Conversion - Changing the Cell Formats

    This works until I get to the endless possibilities of custom formats. ____________________ Mike
  9. miwoodar

    Currency Conversion - Changing the Cell Formats

    You guys are talking right over my head. I only get a chance to write code for about 20 hours every other month. It's not in my job desciption but I realize it's usefulness and can usually write meaningful code without asking for help. I don't know how to build and array or make use the...
  10. miwoodar

    Currency Conversion - Changing the Cell Formats

    I'm sorry but where are you telling me to look exactly? I checked the help file - not very helpful. I also looked via the browser window. Is there a better place to learn more about this? ____________________ Mike
  11. miwoodar

    Currency Conversion - Changing the Cell Formats

    I can't do it by columns - the sheets contain many interspersed supporting calcs to calculate the quantities. I'll look at the number format property. Will that let me distinguish between the quantities and the costs? ____________________ Mike
  12. miwoodar

    Currency Conversion - Changing the Cell Formats

    Greetings - I have a number of cost estimates that I am trying to convert to a different currency (US Dollars to UK Pounds). The math is done...now for the formatting. The sheet has thousands of cells that have not been formatted in a similar manner. Some have a currency format, some have an...
  13. miwoodar

    Disallowing Non-Company Users of My Excel Tools

    I'm just getting back around to doing this project. Someone in my office recommended we try Windows Rights Manager for this instead of the options listed above. Would anyone here on the board think the above options are still a better solution? I am more interested in protecting the actual...
  14. miwoodar

    Replace Vlookups with Values (VBA Excel)

    Longhair - Was this supposed to be a new thread? ____________________ Mike
  15. miwoodar

    Disallowing Non-Company Users of My Excel Tools

    Thanks, very helpful information. I'm hoping to stifle the crowd of users who expect it to 'just work'. I will give it a crack next week. ____________________ Mike

Part and Inventory Search

Back
Top