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: *

  1. gumbomudder

    Manipulating a String

    Or try this Private Sub Command1_Click() Dim str As String str = "C:\MyDocuments\Work\WorkFile.Doc" str = Mid$(str, (InStrRev(str, "\", , vbBinaryCompare) + 1)) End Sub
  2. gumbomudder

    How to read Number of Files?

    Your post was answered in the VB ver 5&6 forum. You should not submit duplicate threads as it clutters the forum. [smile]

Part and Inventory Search

Back
Top