Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations GregLocock 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. TejuKey

    Another Excel with VB

    Most likely, you are using a library/dll/control that has been updated in XP. So when you recompile on the XP machine, it compiles with the newer version and runs correctly. If you need the code to run on different OS's, try using the most recent version of the file in question on all systems...
  2. TejuKey

    Printing Reports

    You can compare the value in a cell to a set value and then have it trigger the routine to add to an order or not: If Cells(row, column).Value > SomeNumber Do Something ElseIf Cells(row, column).Value < Then Do SomethingElse End If
  3. TejuKey

    Chart in Access

    Select the cell (Cells(row, column).Select Selection.NumberFormat = &quot;0.00&quot; OR Cells(row, column).NumberFormat = &quot;0.00&quot;
  4. TejuKey

    Opening Excel files from ftp site

    Try skimming it down to just: ftp://username:password@nontech.com/Proj041202.xls&quot; This is how I log in using the Internet Transfer Control in VB.
  5. TejuKey

    output an excel chart using ASP?

    I was having the same problem - the trick is, that you can't place a title until after the chart is made: '--- Create a chart Set Or1Chart = Charts.Add Or1Chart.ChartType = xlColumnClustered Or1Chart.Location xlLocationAsNewSheet Or1Chart.Name = &quot;Orlando 1 Chart&quot; '--- Insert a...

Part and Inventory Search