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!

Recent content by Luis939

  1. Luis939

    VErify .Characters propertiey

    Nice, I didnt know that you could use a 'PasteRange' in that manner. I'll see how it works out for me.
  2. Luis939

    VErify .Characters propertiey

    well I figure i would first make the value of the target cell equal to the value of the activecell, then simply make the ith character of both cells match strikethroughs
  3. Luis939

    VErify .Characters propertiey

    I was trying to find a way of copying a cell's value and strikethrough. However, when only part of the text is strikethrough then it gets trickier. So i wrote this in order to just spot the characters that are "strikethrough-ed". If anyone knows of a better way to copy only the strikethrough...
  4. Luis939

    DIfficulty opening files

    Whenever someone sends me a GIF or a JPEG, by default, it opens in Microsoft Photo Editor. What would I need to do to open it in Internet Explorer by default. Thanks!
  5. Luis939

    AUto Filter List

    ok thank you very much, ill probably keep it safe and not tamper too much with it, but it's always cool to know more stuff
  6. Luis939

    AUto Filter List

    My Apologies VBAjedi, everything worked out fine, but one more question, is there anyway to sort of perform the autofilter just in code as opposed to actually doing it on the spreadsheet, so if i just want to work with the values associated with the values in one column
  7. Luis939

    AUto Filter List

    unfortunately i dont have that option in the drop down list....and even if i did...if i use something like activecell.offset(1,0) wouldnt that select the next cell down, regardless of what's on the screen
  8. Luis939

    AUto Filter List

    Is it possible, that when you 'autofilter' a list, that somehow you can get each individual item in the list. For example, if i have a column full of Last Names, i want each different name, sort of what it looks like when you use the drop down menu to filter. thanks
  9. Luis939

    REferencing to a Type Library

    UU very nice....actually just before you responded I was able to rearrange my code so that I wouldn't have to make that reference....the only weird thing i cant explain is that although the code works, i cannot specify the declaration I want Dim VBComp as VBComponents...gives me an error...
  10. Luis939

    REferencing to a Type Library

    The help files dont seem to help, but is there anyway...through code...to make a Reference to "Microsoft Visual Basic for Applications Extensiblity 5.3" Library. I wouldn't want to go to each machine using my code and manually setting the Reference. Thanks
  11. Luis939

    shut down popup warning boxes

    out of curiosity, what is inventor?
  12. Luis939

    shut down popup warning boxes

    oh well my familiarity is only with Excel, but im thinking that would work with all office application....maybe it only works with office applications, and not one that you define yourself my last resort would be to use inventor.application.displayalerts = false if that doesnt work, sorry.
  13. Luis939

    shut down popup warning boxes

    that is the version i have, so i would go along and test InvApp.application.displayalerts = false or simply application.displayalerts = false
  14. Luis939

    shut down popup warning boxes

    what version of VBA are you using?
  15. Luis939

    shut down popup warning boxes

    when i do it i put the actual words application.displayalerts = false or you could put Excel.application.displayalerts = false if your using Excel and you want to put the application's name there....so i think for your purposes you could maybe try InvApp.application.displayalerts = false

Part and Inventory Search

Back
Top