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: fosh
  • Order by date
  1. fosh

    How to count a number of records in Ms Access using Visual Basic 6?

    hi pats, you just need following code in ado recordset. Rs.MoveLast MsgBox Rs.RecordCount
  2. fosh

    How to save value from web page in visual basic

    jlgdeveloper, Thanks for ur reply. But i need little more help. I use Internet control and browses the required page but i don't know how to get some particular value from that page into some variable. Secondly, would u like to provide some code for ms xml object? I really need for it if it...
  3. fosh

    How to save value from web page in visual basic

    Hi, I want to get and save a text from a web page frequently. The web page is available on internet. I want the text to save in access file or text file. I want to accomplish the task using visaul basic 6. Any help will be appreciated.
  4. fosh

    Export data to Excel

    Hi, I could not find any method but as Excel is an COM server, we can add it in references and create an instance of Excel. Then u can save ur data to excel sheet. your code could be like this..... Dim Rs As Recorset Dim oxl As Excel.Application Dim owb As Excel.Workbook Dim osh As...

Part and Inventory Search

Back
Top