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

    AutoHotKey for a very simple task

    I am a first-time user AutoHotKey (AHK), trying to get it to give me a shortcut for a text string (my email address) that I have to enter very frequently in all sorts of contexts.[ ] The shortcut I wanted to use was Ctrl-Shift-R, and I expected this would be an easy task requiring only the...
  2. Deniall

    Problem accessing Eng-Tips website

    My apologies in advance for posting this on what is probably the wrong forum, but it looked to me like the least inappropriate. I am a long-time regular user of both this Tek-Tips site and its companion site Eng-Tips.[ ] About 12 hours ago, after working fine only a few hours earlier, my...
  3. Deniall

    Filtered rows in Structured Table (Excel)

    Suppose I have a very simple (and entirely hypothetical) structured table in Excel containing data about people.[ ] Its columns might be:[ ] Name, DateOfBirth, Salary, Department. Outside the table, above it and aligned with the appropriate table columns, I have cells containing...
  4. Deniall

    Hyperlink error in email handling

    A few days ago, and for no obvious reason, my computer ceased allowing me to click on a hyperlink in an email and have that link automatically opened in my default browser.[ ] Instead I now get a message saying "This operation has been canceled [sic] due to restrictions in effect on this...
  5. Deniall

    Determining a running Fortran program's "residence directory"

    This is a repeat of a post I put on Eng-Tips about a fortnight ago.[ ] See https://www.eng-tips.com/viewthread.cfm?qid=493208 for that post and the replies it elicited.[ ][ ] It looks like I will not be able to achieve my aim in this matter, but I thought it worth trying this...
  6. Deniall

    A UDF to emulate FORMULATEXT() in early versions of Excel ??

    I believe there is an Excel function called FORMULATEXT(CellAddress), which was introduced as part of Excel 365.[ ] You feed it the address of a cell that contains a formula, and it returns you the text of the formula, rather than the formula's value as displayed in the cell. I am seeking...
  7. Deniall

    xlCalculationManual versus xlManual

    I run Excel 2010.[ ] I have just noticed that in some of the VBA code I have developed over the last ten years I have used [ ][ ][ ][ ][ ]Application.Calculation = xlCalculationManual while elsewhere I have used...
  8. Deniall

    Determining how Excel was started

    Does anyone know how to use Excel's VBA to determine how a workbook was opened by its user?[ ] I need to know whether my remote user opened his workbook by double-clicking upon the workbook file in File Explorer, or by first firing up Excel and then using its File>Open menu item. (Please...
  9. Deniall

    Destination printer in BeforePrint event handler

    For client-dictated reasons I need to prevent the users of the spreadsheet I am developing from using certain printers under certain circumstances.[ ] Obviously this requires the use of the Workbook_BeforePrint event handler. How, inside that event handler, do I determine the destination...
  10. Deniall

    "Cleaning" Excel's VBA code

    Every so often I come across articles that talk about how making heaps of modifications to VBA[ ]code in Excel spreadsheets can lead to a build-up of "rubbish" in the code, and how that rubbish can eventually lead to execution problems.[ ] The solution, apparently, is to "clean" your...
  11. Deniall

    "Scope" of subroutines run via a shortcut

    I am having some difficulties with what I think is called the "scope" of VBA subroutines in cases where these subroutines are invoked via a "Ctrl-x" style shortcut. This arises in a workbook I developed for a client.[ ] I never envisaged that the client's staff might have two of the...
  12. Deniall

    Sorting of strings containing the underscore character

    I have just discovered some "inconsistent" behaviour between Excel's spreadsheet environment and its VBA environment.[&nbsp;] It involves the sort order of characters.[&nbsp;] In the spreadsheet, it is TRUE that ("_"<"X"), whereas in VBA it is FALSE.[&nbsp;] This anomaly tripped me up because...
  13. Deniall

    Deleting an unlocked merged cell on a protected worksheet

    I am developing a multi-sheet workbook for a building-industry client who wants to achieve limited "project management" capabilities entirely within Excel (Excel[&nbsp;]2010).[&nbsp;] Several of the worksheets have a top part that presents tabulated numerical and non-numerical data, the...
  14. Deniall

    Has J P Software's excellent VBA Search Engine been closed down?

    For several days I have been trying to access the VBA Search Engine that is (was?) provided by J P Software Technology, at URL http://www.jpsoftwaretech.com/vba-search-engine/ I keep getting a "webpage cannot be found" error.[&nbsp;] If I attempt to access http://www.jpsoftwaretech.com I get a...
  15. Deniall

    VBA with Excel 2011 (on Macintosh)

    I have a complex spreadsheet that makes extensive use of VBA, including Command Buttons and Event Handlers. I have developed it over quite a few years, and therefore quite a few versions of Excel, but only ever on Windows versions of Excel. It is able to be run on all Excel versions from 97 to...
  16. Deniall

    Running Excel-2010's version of Solver through VBA

    Over the years I have developed a few Excel spreadsheets that are intended to be used by engineers of vastly differing Excel skill levels. Several of these spreadsheets use Excel's Solver, and to make them as bullet-proof as possible I have used VBA to automate the Solver. I am in the process...

Part and Inventory Search

Back
Top