Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~707 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Shilpa Jain

Hi All, I am creating and saving the excel sheet at runtime(it is a copy of report generated in flexgrid). I need to add some of the column names in the excel sheet name while saving. e.g. Excel sheet should be saved as Report_Nid_Status_RBAC_Status_Today'sDate. Nid_Status and RBAC_Status are column names …

Member Avatar for pr12345
0
132
Member Avatar for P90K

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 send a value to te pc using bleutooth. then a vb …

Member Avatar for Jishnu
0
79
Member Avatar for kinyuadave

Hi there? I have this program that i need help with. I have created a program that by clicking a file menu an excel dbase is created and stored. Now the problem is i have many excel files and i want to enter data into them and this is done …

Member Avatar for Jishnu
0
109
Member Avatar for P90K

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 self. but when a …

0
56
Member Avatar for P90K

hi i want to close an excel file. i have already this code [CODE]Windows("datamppm.xls").Activate ActiveWorkbook.Close savechanges:=True Application.Quit End [/CODE] but when ik click te button to close the excel file. excel gives an "error" that there are item on the clipboard. en then i have to chose yes or no …

Member Avatar for P90K
0
150
Member Avatar for P90K

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 ????

0
69
Member Avatar for P90K

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. [CODE]Dim xlApp As Excel.Application 'Nodig voor werken met excel Set xlApp = New Excel.Application 'excel openen xlApp.Visible = True xlApp.Workbooks.Open …

Member Avatar for P90K
0
112