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 gkittelson 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. chuckschilling

    arrrgh...Preventing recursive calls in Worksheet Change event

    I'm having trouble with a script which is triggered by the Change event of the worksheet. Essentially, what the script does is a simple data validation process and then rounds the result. The problem I'm having is that it is circular and executes ad nauseum. Is there any simple way to isolate...
  2. chuckschilling

    Looking for a way to "trap" paste operations in Excel

    Hi! I've got a problem that's got me stumped. I was hoping to figure out a way to "trap" the event as a user pastes into an Excel worksheet. I'd like to be able to gracefully reverse the paste and present the user with an informative dialog box. Alternatively, I can live with a...
  3. chuckschilling

    Getting a handle on open instances of Excel

    Thanks for the responses, guys/gals . In actuality I do need to get a handle on each instance of Excel because I absolutely can have only one instance of my Excel worksheet (which is created from a Domino document) running because it is receiving contextual data from a local environment string...
  4. chuckschilling

    Getting a handle on open instances of Excel

    Hi all! I'm writing a VBA script which launches an Excel worksheet from within another application (Lotus Notes). The problem I'm having is that I want to lock down the script so that it only opens one instance of Excel, no matter how many times the user launches it. To do this, I'm pretty...
  5. chuckschilling

    Worksheet Menu Bar command bar not reactivating

    Hi all! I'm developing an Excel worksheet to act as something of a custom control and in so doing am disabling all command bars and then re-enabling them using the following code in the workbook Open event: For Each menuOption In Application.CommandBars 'Suppress all the command bars...

Part and Inventory Search

Back
Top