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 wOOdy-Soft 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: basicyen
  • Content: Threads
  • Order by date
  1. basicyen

    Release Excell object and component from memory

    Guys...I am writting application in VB to create an Excell spread sheet. User has the option of submit button to begin processing and exit button to close the VB application. I have a dillema which After the process of generating the Excel document completed and saved with all ActiveX...
  2. basicyen

    Network Neighborhood

    Guys.. help me with these 2 question using VB. I have no problem to list a directory or files. But How do you have browse list or sort of a drive list that can shows or do explore list for all follders list such as "desktop, mycomputers, all the drives, and most important the network...
  3. basicyen

    How to convert .XLS to .CSV using VB

    All experts outthere help please.. I am trying to convert excel file to .CSV file(Commad delimeted). I build the scripts from the macro test it and works. But it wont work when embended into VB. Here is sample of my code On Error Resume Next . . Set objectExl = GetObject(...
  4. basicyen

    LA County VB GroupMeeting and Reference book

    Folks... I am in Southern California at the vicinity of Los Angels County. Is there any VB group meeting or Club that you recommend to join?? Advice me for books reference - any intermediate to Advance level of "VB programming with Excel file" or "VB programming with...
  5. basicyen

    Auto Replace for the Excel Save using VB

    All experts out there...help me please I am writting a simple application using Vb6.0 to access the Excel file, make modification and save with the same file name. And I keep getting a prompt message as follow: The file 'H:\work\ExcelFile.xls' already exist. Do you want to replace the...
  6. basicyen

    Convert excel .prn file to txt file through WordPad or Word using Vb

    I would like to convert excel .prn file to txt using wordpad or word through VB scripts. I want it done in the background mode. I don't want to open the .prn file physically using the following command; 'Use the Shell or ShellExecute functions. 'Shell example: Shell("C:\Program...
  7. basicyen

    run time error 429 getobject

    I am writting very basic program which resulting run time error 429. Dim objExcel as Object set objExcel = GetObject(, "Excel.Application") Though some suggested to use errorHandler,this does not really solve the problems; Some suggested missing/corrupt .DLL. and I don't know...

Part and Inventory Search

Back
Top