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

    How to dynamically generate a variable name?

    Hi, I need to dynamically generate a set of variable names. The name of these variable are the values generated by a query. Thanks.
  2. lalapaul

    trap Excel Application Events

    In order to trap events of the worksheet that was dynamically generated, I define one class module and one code module like the following: Class Module: Public WithEvents xlapp as Application Public Sub xlapp_SheetPivotTableUpdate(ByVal Wb As Workbook) MsgBox " Testing Trap Events! " End...

Part and Inventory Search

Back
Top