| Thread | Last Post | Replies |
|
| Import Excel File | 31 Jan 2005 15:29 GMT | 4 |
What is the function to use in VB6 to import an excel file to an msaccess database?
|
| Put Variables giving problems | 28 Jan 2005 04:23 GMT | 13 |
I don't know how to "link" my posts to another newsgroup, but - this Syntax one seems more like where the original post is supposed to be. I'm sorry for crossposting, but noone's answered the others anyway. ;) Assume Word 2000 VBA.
|
| Ignore keyboard input | 26 Jan 2005 16:14 GMT | 6 |
I'd like to temporary ignore (disable) keyboard input in a vb program. Can this be done? the problem is that a user insert an article using a bar code reader, and while the program is processing it, i cannot allow another article from the
|
| VBscript | 26 Jan 2005 15:42 GMT | 1 |
I have a Data Access Page and within the DAP I have a web browser that I want to direct to a specific web page. I'm new at VB and would like to know how to write the code to use so that I can redirect the browser within the Data
|
| Problem with replace function | 26 Jan 2005 15:18 GMT | 4 |
i have a problem with my part of code when i used Replace funtion. The problem it's when in the line i have the same string two times, he don't replace the unique place i want but he replace all the line. Ex.: the line it's : 250105 280105 044
|
| Resize in EXCEL | 26 Jan 2005 00:55 GMT | 1 |
I have a visual basic program that puts calculated data in an array in to an EXCEL spreedsheet. I am using late binding. The array excelhold(122) I tried to use the statement
|
| Keeping Focus on form | 25 Jan 2005 18:45 GMT | 1 |
I have a little .exe that is called from within a 3rd party app and is populated with info from the current record of this 3rd party app. The problem I have is that the 3rd party app always keeps the focus and my little form ends up on the toolbar.
|
| SQL Error | 25 Jan 2005 08:28 GMT | 3 |
First post to this community so am not sure if this is the correct place. Here goes. I have a MS Access db that keeps track of employees sick and annual leave balances. In it, I have a report, built around a query, that lists
|
| Help with C to VB | 25 Jan 2005 04:10 GMT | 5 |
I have problem with converting this C Function to VB: unsigned int GetCRC (char *buff) { int pos = 0;
|
| function or sub? | 24 Jan 2005 21:41 GMT | 10 |
i have certian procedure that i need comprete with a variable and then i need to return the result... how do i declare a function that will return a result to a variable? variable = function_name runction_input1, function_input2....
|
| Type not working | 24 Jan 2005 20:23 GMT | 10 |
I have the following Type that I want to use to builid a fixed width text file. However, when I send records to it they don't use the fixed widths that are set in the type. What am I doing wrong?
|
| Error 449 - Argument not optional - out of nowhere! | 23 Jan 2005 22:47 GMT | 4 |
A customer is reporting error #449 - Argument not optional in my software. He says it never used to do this, and just started. The thing is, to my knowledge, if my code had a problem wherein I left out an argument in a procedure call,
|
| Help with VB syntax... | 23 Jan 2005 22:40 GMT | 1 |
I have a VB script that is used to shutdown services in a certain order and reboot the servers and start the services in a certain order; this runs from server B. What I am trying to do is execute a batch file that reside on server A but from server B vbscript. Does anyone know ...
|
| Selected Multi records on Datagrid Control | 23 Jan 2005 19:21 GMT | 1 |
I have a datagrid control that is populated using: set dgDelAddress.datasoure = cmdDGrid.execute The user can select multiple records using the ctrl key. How can I loop through the records that have been selected to find a code?
|
| Passing values to a sub | 20 Jan 2005 19:51 GMT | 3 |
I must be missing something obvious here, but how do you pass more than one value to a sub in VB6? For example, the following works perfectly fine: Sub Main
|