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

    How to suppress all code in an Excel Workbook

    We have a workbook which when opened, shows the user critical data on a given page and then erases it. Opening the VBA editor in the workbook shows no code in the form of modules nor coded behind the worksheets. There are no forms in the workbook. I have tried to open the workbook using code...
  2. C2345

    Can dll be placed on Network drive

    I have created a dll which can be called from a custom Excel workbook. The workbook can successfully use the dll when it is installed on a user's machine. I would like to be able to keep the dll on a network drive that the users could access but keep the custom workbook on the user's...
  3. C2345

    References on MSChart especially making XY graphs

    Are there any good references on how to us MSChart controls on forms. I can construct a chart using the ChartData property but how does this relate to the DataGrid property of MSChart? Also, is there a maximum value for XY graphs? A graph of Y = X^4 dies after X exceeds ~35 (plot from X =...

Part and Inventory Search

Back
Top