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 Mike Lewis 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: kaspi
  • Order by date
  1. kaspi

    VB/VBA Code to update a MSGraph Value

    Hi You could try this. dim appGraph as graph.application set appGraph = new graph.application appGraph.Chart.Axes(xlValue).MinimumScale = 10 appGraph.Chart.Axes(xlValue).MaximumScale = 100 Kaspi

Part and Inventory Search

Back
Top