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

    Problem with Checkbox2

    I put a Checkbox1 on Userform1 and the code recognizes it. Later, I put Checkbox2 on the same form, but the code does not see Checkbox2, only Checkbox1. any ideas? Win2k/Office2k Harold
  2. hsummer

    VBA Excel97 Worksheet Copy

    I wrote a VBA app in Excel2000 that I want to use in Excel97. Upon reaching Worksheets("temp").Copy an error is generated that says the method is invalid. I also noticed that when I do Worksheets. without anything after the dot, I am prompted with a list of possibilities, but if I add...
  3. hsummer

    VBA: Excel2k to Excel97

    What is the equivalent of Worksheets("temp").Copy in the 97 version?
  4. hsummer

    Dropping a sheet macro when saving to another file

    when I copy a sheet to another workbook (via VBA, or course) how can i drop any VBA code imbedded in the sheet? Specifically, I don't want a user to encounter the macro message when opening the resulting new file. Thanks, Harold
  5. hsummer

    .Cells(xlDown) with one item in list

    I have a function that looks at a list of numbers, and I want to use .Cells(xlDown) to get to the bottom of the range. When there is only one item, the xlDown goes to the bottom of the sheet. Then if I do a "For each c in ..." it takes a while. What is an easy way to prevent that...
  6. hsummer

    VBA Excel - .Copy

    I wrote an application using Excel2000 and I want to use it on Excel97. It saves sheets of a workbook as separate files. It works on my computer but on another computer I get the error that the class is invalid. Why would that be? Harold
  7. hsummer

    Run Macro on open of Excel2000 spreadsheet

    I want a form to load or macro to run when a certain workbook is opened - like autorun. I open it from Excel (not from another VBA app). How do I do it? Thanks, Harold
  8. hsummer

    Excel VBA not Recognize clipboard & printer objects

    I'm running Excel 97 on NT4. My VBA does not recognize the clipboard or printer objects. Eg., I can't set printer properties. why not? Thanks.

Part and Inventory Search

Back
Top