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 SkipVought 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. ido233

    looping problem in vba

    Hi I have this code that i got from someone and i have been trying to get rid of this goto statment and i cant seem to change the code to work.here is the code. Public Sub sunfac(elev1, ill, irr) Dim sunf As Double ' calculated illum in foot-candles Dim xi, x1, x2, y1, y2 As Double '...
  2. ido233

    Sheridan 3D Controls with windows Vista

    Hi all Im having a little bit of a problem, I am using windows vista home and visual studio 6 every thing installed fine and some of my vb6 programes worked, I have one in paticular that does not work at all im haveing problems with Sheridan 3D Controls or Threed32.ocx. Cant get them to work...
  3. ido233

    Excel VBA help

    sorry for the wrong code the For i = 1 To 6 With cboFog(x) 'Fog should not be there it was something i was trying the code that works is Private Sub UserForm_Initialize() txtSfcWnd1.Value = "" 'Surface Wind txtCrossWnd1.Value = "" 'Cross Wind txtVsby1.Value = "" 'Visibility...
  4. ido233

    Excel VBA help

    Hi all I have a vba form with multipage form in it the inputs on all 6 pages are the same i have it working fine but i have a lot of code for it is there a way to use a for next to populate each page. Private Sub UserForm_Initialize() txtSfcWnd1.Value = "" 'Surface Wind...

Part and Inventory Search

Back
Top