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!

Search results for query: *

  1. mdgabe

    Code take too long to run

    Thanks for the replies, screen updating I have it already set to false prior to this step. I was thinking that the copy and paste cell by cell was maybe slowing things down, but my skills in VBA are not advanced enough to do anything else.
  2. mdgabe

    Code take too long to run

    I have this block of code that takes more than five seconds to run, appreciate any insights in making this work faster With Worksheets("Country-Product Report") If Worksheets("raw2").Range("H" & chrw) <> 0 Then shr = Worksheets("raw2").Range("E" & chrw) /...
  3. mdgabe

    Autofilter criteria in Excel

    I discovered that my problem is numbers are appearing as text in my worksheet in that column
  4. mdgabe

    Autofilter criteria in Excel

    I want to autofilter based on criteria that is not equal to what I select, can someone help me with the syntax, my code reads as follows, basically I have a combobox that has a list of numbers, if the user chooses one of those numbers, I want this code to work and filter sheet 3, row 3, column 3...
  5. mdgabe

    Delete rows in three tabs based on value and save file

    Thanks for the reply, I got this piece of code from Ron De Bruin site, I think something like this is what I need, I just not sure how to modify it. I could list my 450 values on the sheet and proceed from there. Each of the three sheet will have all 450 values, is it a problem if one of the...
  6. mdgabe

    Delete rows in three tabs based on value and save file

    I have about 450 values that is in column A of Sheet1, Sheet2 and Sheet3. Can someone give me guidance on code needed to cycle through those 450 values and only keep the same value in that column in all three tabs and save as new file then move to do the same for the next value. Example: Sheet1...
  7. mdgabe

    Excel Add-in having templates

    That's good if you wanted to distribute the add-in and the template separately, but I want to bundle them together, so the template sheets are within my add-in. Is that possible? Thanks for your prompt reply! Mike
  8. mdgabe

    Excel Add-in having templates

    I created a nice add-in that is used by my colleagues, I also created a two tab template that is used by my colleagues. Is there a way to put the template inside my add-in, so when the user selects that option, it would insert the two tab template inside the active workbook?
  9. mdgabe

    Excel Add-in label on click

    Awesome, that is exactly what I was looking for, I was confused with the COM piece. Thanks a lot!!!
  10. mdgabe

    Excel Add-in label on click

    Hi Prashant, How do you code a COM, what tools do you need, is it just a class module in VBA? Thanks
  11. mdgabe

    Excel Add-in label on click

    Thanks for the reply, I click on automation and it lista everything, by choosing COM here br browsing, how will that help in typing in a description for the add-in. I am a little confused as to how to proceed.
  12. mdgabe

    Excel Add-in label on click

    Add-in's in excel have some words that appear when you click on them inside the add-in menu option. Tools/Add-ins, does anyone know where that info is entered, I have created an ad-in, and I have no idea how to describe it.

Part and Inventory Search

Back
Top