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: *

  • Users: ries
  • Order by date
  1. ries

    Excel 2019 for Mac, Macro buttons in the Ribbon

    Maybe this will give you a hint: https://www.rondebruin.nl/mac/section8.htm
  2. ries

    Can't open an Excel Attachment, Have to save First

    as far as i now it 's an security issue. you have to tell your emailclient (outlook express?) that you want it to open .xls files with a doubleclick. i don't have outlook express here, so i can't tell you exactly how.
  3. ries

    Print#1 Last row is empty

    Feels a bit odd, using the English language as we are both coming from the Netherlands. Anyway, concerning your problem. Does variable y have the right value? I used your code and everything seems fine in Notepad. New line starts right under the last copied line. ries
  4. ries

    Macro to clear range contents

    I think PH advises you to use the ISERROR function per formula so per cell. Something like =if(iserror(formula),"",formula). In other words if the formula returns an error, fill the cell with "". Hope this helps, ries
  5. ries

    "CAPS" an Entire Document

    If you are not up to VBA yet then have a look at http://www.asap-utilities.com/. It's a very useful and free utility with hundreds of functions. It includes the function to convert your worksheet in capitals with just one mouseclick! Have fun, Ries
  6. ries

    How to find a worsheet in a workbook?

    .... and if you're not so familiar with implementing code go to http://www.asap-utilities.com/ . Among 300 other functions it has also the one you are looking for, to be activated with a simple mouseclick. Have fun, Ries
  7. ries

    Edit "Look In" list

    Referring to your image, on the left side you see [Look in]. Same level on the right side you see [Tools]. Click on it and find the option to add the currently opened folder to the [Look in]-list. Right-click in [Look in] so you can place your most favorite on top.

Part and Inventory Search

Back
Top