Showing results 1 to 14 of 14
Search took 0.01 seconds.
Posts Made By: P90K
Forum: Visual Basic 4 / 5 / 6 Jul 16th, 2008
Replies: 7
Views: 1,062
Posted By P90K
Re: Saving excel sheet with few column names present as file name

K. I think I understand your problem.
I can not read you attachment for some reason. did you make that in excel???
because when I opend it with excel I get an error that the file was not created with...
Forum: Visual Basic 4 / 5 / 6 Jul 15th, 2008
Replies: 7
Views: 1,062
Posted By P90K
Re: Saving excel sheet with few column names present as file name

I don't think I completly understand you question.
you want to know how you read the name from the cell (in an excel file) and then dicide if the name need to be in the title.

Is that you question...
Forum: Visual Basic 4 / 5 / 6 Jul 15th, 2008
Replies: 7
Views: 1,062
Posted By P90K
Re: Saving excel sheet with few column names present as file name

To save the excel workbook with vb you need to use next line:

xl.activeworkbook.saveas "C:\... " & var1 & "text" & var2 & var3 ... ".xls"

I hope this was helpfull for you.

gr
Forum: Visual Basic 4 / 5 / 6 Jun 17th, 2008
Replies: 3
Views: 459
Posted By P90K
Re: vb and bleutooth

thanks for the answerd.

but I chose vb because I have work with it already.

J2ME, is it esay to program whith it???
Forum: Visual Basic 4 / 5 / 6 Jun 16th, 2008
Replies: 3
Views: 459
Posted By P90K
vb and bleutooth

hello,

I'm working on a little project now but I have some problems.

I want to control my computer whit my pocket pc using bleutooth.
the plan was dan you push a button on the pocket pc, it will...
Forum: Visual Basic 4 / 5 / 6 Jun 16th, 2008
Replies: 2
Views: 339
Posted By P90K
Re: excel

I don't think i get you question.
you want to know how te open an excel file through a vb form right ???

maybe this link can help
http://www.daniweb.com/forums/thread9342.html

in this tread they...
Forum: Visual Basic 4 / 5 / 6 Feb 7th, 2008
Replies: 0
Views: 285
Posted By P90K
how to work whith an excel file that wasnt opend by vb??

i want to have some data out of an excel file.
but the excel file isn't opend bij vb.

how can i get data out of that files than????

i now how i can get data out of a file that is openend by vb it...
Forum: Visual Basic 4 / 5 / 6 Feb 7th, 2008
Replies: 2
Views: 1,820
Posted By P90K
Re: how te close excel file automaticly with vb6 ???

thanks for the replay

but that doesn't solve my problem.
the only explain how to open and close an excel file.
i need to now how i can answer "yes" or "no" automaticly when excel asks to save te...
Forum: Visual Basic 4 / 5 / 6 Feb 7th, 2008
Replies: 2
Views: 1,820
Posted By P90K
how te close excel file automaticly with vb6 ???

hi

i want to close an excel file.
i have already this code

Windows("datamppm.xls").Activate
ActiveWorkbook.Close savechanges:=True
Application.Quit
End
Forum: Visual Basic 4 / 5 / 6 Dec 18th, 2007
Replies: 0
Views: 844
Posted By P90K
delete a row in a excel file

i have opend an excel file with vb6
an d i want to delete a row in the file by clicking a button in vb
but i have no idee how i must do that.

can someone help ????
Forum: Visual Basic 4 / 5 / 6 Dec 18th, 2007
Replies: 4
Views: 1,374
Posted By P90K
Re: vb6-excel problem

thanx for your help but i alrady found the problem
i don't now why but in stat of xlapp.quit it supose te be
application.quit.

it works with the code below
Dim xlApp As New...
Forum: Visual Basic 4 / 5 / 6 Dec 18th, 2007
Replies: 4
Views: 1,374
Posted By P90K
Re: vb6-excel problem

stille doesn't work. :(
vb still gives an error by following line:

xlApp.ActiveWorkbook.Close True, App.Path & "\gegevens.xls"


i have also tryed

xlApp.ActiveWorkbook.Close True
Forum: Visual Basic 4 / 5 / 6 Dec 18th, 2007
Replies: 4
Views: 1,374
Posted By P90K
Re: vb6-excel problem

is there no one who can help me :( ???????

all info can help.
Forum: Visual Basic 4 / 5 / 6 Dec 15th, 2007
Replies: 4
Views: 1,374
Posted By P90K
Question vb6-excel problem

Im new whith vb6, i onley now de basic of it.
but i have a problem with excel.

I opend and existing excel file with vb6 in a private sub.

Dim xlApp As Excel.Application 'Nodig voor werken met...
Showing results 1 to 14 of 14

 
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 1:44 am.
Newsletter Archive - Sitemap - Privacy Statement - Acceptable Use Policy - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC