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 strongm 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. vbcoder2012

    Remove Shockwave from Reference library

    I have a vb program (VB 6) and i want to remove shockwave flash from the reference library, because it is creating problems in compiling the code. So i have removed all of the shockwave code that i had in my vb code, and i went on tools- references, and tried to uncheck "shockwaveFlash". But i...
  2. vbcoder2012

    Array Value not coming out in the Text Box

    This is the code i have, i cant provide all the code, its just to big to fit here...but these are parts. So you see, i'm trying to get the value of USA in City, that should come out in the textbox, but all i get is "hello". where as in the excel cell i get "Hello Fortworth". What can the...
  3. vbcoder2012

    Passing Array value in textbox. The textbox turns up empty.

    I am passing the value of an array to a textbox, but it always turns up empty. When i pass the same value to an excel cell, i get the value. The function calculates the value of USCityA I am giving parts of the code below: Redim Pline(9) Pline(9) = USCityA test = "Hello" USA = test & Pline(9)...

Part and Inventory Search

Back
Top