Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. BruceMutton

    Multiple Files with VBA Macros Using same Shortcut Key

    I have multiple simultaneously open files that have similar VBA code, and use identical shortcut keys, Ctrl+shift+V in this case. The problem is that excel97 & excel2000 does not seem to recognise more than one shortcut key allocation, and my attempt below to get each file to stamp its own...
  2. BruceMutton

    Return the Object that belongs to a CodePage

    The opposite of this is easy to do, using Object.CodePage however CodePage.Parent only steps up the VBA object hierachy towards the VBE. The only way I can think of is by brute force... For Each <worksheet & object> In ThisWorkbook If <worksheet & object>.CodePage Is <codepage I'm looking...
  3. BruceMutton

    Finding æConstantÆ name if number &amp; Enumerated data type known

    Is there a concise way of doing this while executing VBA? In VB Editor I can use the object browser, but this does not help while the code is executing. For example I might have a number returned from a function that I suspect matches one of the xlCVError enumerated data type constants...
  4. BruceMutton

    Linear Interpolation, one variable, Excel

    Further to threads thread770-14670 and Thread770-13682 A rather verbose, but comprehensive user defined function follows, and can be pasted directly from here, into your spreadsheet. If anyone has bothered to do one for two variables, I would appreciate a copy. Thanks Bruce Mutton Option...
  5. BruceMutton

    Excel File Size &amp; Memory Limitations? How best to proceed?

    Am developing a workbook to perform some engineering analysis and design calculations. It is linked to a multisheet set of datatables. Contains about 16 sheets, and these have about 28 embedded charts. A number of the sheets contain vba code pages to iterate to a solution on each calculate...
  6. BruceMutton

    Excel .EnableEvents Worksheet Function

    thread766-11466 contains the full text of my question, however it commences as follows... Hi all I have written a simple user defined function to make it apparent on the worksheet when events are no longer being triggered. (I have an iterative solver type routine that is triggered by the...
  7. BruceMutton

    Excel .EventsEnabled Worksheet Function

    Hi all I have written a simple user defined function to make it apparent on the worksheet when events are no longer being triggered. (I have an iterative solver type routine that is triggered by the calculate event, rather than using an on sheet button) In a worksheet cell, I would enter...

Part and Inventory Search