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...
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...
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(...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.