473,544 Members | 1,972 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Visual Basic 4 / 5 / 6 Forum

Visual Basic programming language and IDE - Ask questions about rapid applicatoin development, GUI, database access, DAO, RDO, ADO, Active X Controls, objects, Microsoft Visual Basic 4/5/6.
0
937
thread by: samchuah911 | last post Sep 7 '15 by: samchuah911
I using visual basic 2010 and I want to extract the data I had insert in the exe.file to excel without overwrite the data or design of it. Below is the code I use Dim oExcel As Object Dim oBook As Object Dim oSheet As Object Dim sNWind As String Dim conn As New ADODB.Connection ...
0
1,202
thread by: Show Man | last post Sep 6 '15 by: Show Man
I'm writing a code for a board game. To play the game, a player generates two random numbers and colours in an area on the grid indicated by the numbers. For example if the generated number is a 2 and a 3 the player clicks in the 2x3 square which results in the colour of the square being changed. A player should only be able to click and...
13
28,290
pablojoshua
thread by: pablojoshua | last post Sep 5 '15 by: MarcPerez
I am having problems formatting time in visual basic. I need it to be in 24 hour time without the AM or PM at the end. So if I wanted 1:29pm (12-hour) it would come to be 13:29 Thanks
1
1,142
thread by: tinashowa | last post Aug 29 '15 by: Luuk
how do i include union community-UCBioBSP SDK v3.00 type library in reference of visual basic in visual studio 2010 ultimate. I have trying several times but I just can't find it in my reference items. I look forward for your solution. Thanks. More >
1
1,417
thread by: laurabbface | last post Aug 26 '15 by: Rabbit
I keep getting the following error: Compile error: Expected End Sub Can someone show me what I'm doing wrong & how to rewrite? Private Sub Exit_Click() DoCmd.GoToRecord , , acNewRec Function User_Form_macro() On Error GoTo User_Form_macro_Err
0
1,036
thread by: william angweny | last post Aug 26 '15 by: william angweny
I have an old payroll program written in VB3. The payroll reports are Cyrstal reports 4/5/6/8. My current problem is how to add a code so as to email employee payslips directly?
0
1,110
thread by: patience13 | last post Aug 25 '15 by: patience13
i want to create a simple system by combining Microsoft access and visual studio..should i make the access database first?and how should i link the two please assist..its urgent
0
1,001
thread by: songsu | last post Aug 23 '15 by: songsu
I have a batch file to start Access macro like this: "C:\Program Files\Microsoft Office\OFFICE14\MSACCESS.EXE" "C:\users\sus.ACEELAC\Desktop\DailyRun\DailyRun.accdb" /Excl /X macNewfall I want to change to Vbscript to run the macro because I have other code in my VBscript. Sorry if I post to the wrong category as I cannot find VBscript...
0
1,026
thread by: Yoni Hasid | last post Aug 19 '15 by: Yoni Hasid
Hello, I am very new to VBA and need help ! I have VB macro in Excel that grabs the data from a Word document and imports it into Excel worksheet. The code in macro has expression that clears the active worksheet and places the new records. However, I need only to update active sheet with new records, or add new records. So, trying to figure...
0
1,961
thread by: Shikaco | last post Aug 16 '15 by: Shikaco
This is for search command button: The codes are Private Sub Command2_Click() Adodc1.RecordSource = "SELECT * FROM Payroll where EmployeeName = '" & txtSearch.Text & "'" Adodc1.Recordset.Requery Adodc1.Refresh Adodc1.Caption = Adodc1.Recordset.RecordCount End Sub I dont see what's wrong with it. Anyone?
0
1,370
thread by: bnashenas1984 | last post Aug 16 '15 by: bnashenas1984
Hi everyone I have bought an electronic device for our company which I need to communicate with through the USB port. Does anyone know how to do it in VB6. Thanks
0
984
thread by: Shubham1 | last post Aug 16 '15 by: Shubham1
I have two combo boxes and both have many options.I want if i select one option in 1st combo so in 2nd combo i want to display only the options which i want.
2
1,235
thread by: husseinspiky | last post Aug 13 '15 by: husseinspiky
Public Function LinkFileNumericSplitter(strTextInput) As String On Error GoTo Err_LinkFileNumericSplitter Dim varResult As Variant Dim i As Long Dim strRowSource As String Dim strLinkFile As String Dim varSubTextInput As String If strTextInput = "Link File" Then
0
1,036
thread by: BrianMeek | last post Aug 11 '15 by: BrianMeek
Hi Can anyone help me please? I need to set up a simple listening port in VB5 and was wondering if the Winsock Component could be used. I want to collect some data from 4 machine which are connected to a server. I could take these out of the server and rout them direct into a PC if this is easier. I dont normally do networking or PC...
0
1,062
thread by: ferique | last post Aug 10 '15 by: ferique
I wrote a macro for opening an excel file in an existing excel. But i cant copying the formats. Can anyone help me, how can i copy the formats? i guess, it's easy, but i can't do it. It's really important:) Sub Megnyit() Dim mf1 As Workbook
2
1,597
thread by: sooli | last post Aug 7 '15 by: sooli
I want to make it super easy for my folks, a link in an email that will automatically create a bookmark, to take them to a specific location on our SharePoint site, in IE or Firefox... both would be nice. Can this be done? I imagine it would be a module of some sort... Thanks, Sophie
1
1,744
thread by: borlowski | last post Aug 5 '15 by: borlowski
Hi. I found some code that does exactly what I want it to do except it stops if the length of a name in column A is more than 31 characters. I do not even see the error message in this code let alone where it is doing it. I hope someone can help me. thanks in advance. Option Explicit '<<<< Create a new sheet for every Unique value ...
0
1,400
thread by: amolbendale | last post Aug 5 '15 by: amolbendale
RsChild.Tables(0).Rows(0).Item("SpName").Value
0
1,128
thread by: sukh13 | last post Jul 27 '15 by: sukh13
I am getting Run time error 91 in below ** area.I couldn't figure it out where is the problem. What i try is, to avoid to enter duplicate pin number. Public Function Custom_PIN(ByVal TableName As String, _ ByRef EmployeeCode As String, ByVal FieldName As String, ByVal DataToCheck As String, _ Optional ByVal CodeFieldName As String =...
0
1,515
thread by: oscarcour | last post Jul 24 '15 by: oscarcour
I have a script to add taskbar icons on every new user icon. It works, except for the Microsoft Office icons. Here is the script: Option Explicit Const CSIDL_COMMON_PROGRAMS = &H17 Const CSIDL_PROGRAMS = &H2 Const CSIDL_STARTMENU = &HB Const CSIDL_CURRENT_USER_DESKTOP = &H10 Const CSIDL_PUBLIC_DESKTOP = &H19
1
1,257
thread by: blacktech | last post Jul 18 '15 by: Luuk
i am new to programming and i have the source to my database but it is in access and i want to open in visual basic how do i convert it to VB? so i can start to edit my code?
0
1,064
thread by: srimur | last post Jul 14 '15 by: srimur
Hi, I am running some calculations in 5 accounts. Once 1st account calculations are started, cursor will show busy symbol (In rotating mode). Once 1st account calculations done only it should go for 2nd Account. But issue here is, even 1st account calculations are in progress, 2nd Account calculations are calling. Due which my process is not...
1
4,791
thread by: hamid faisal | last post Jul 12 '15 by: seyedrezaojaghi
Sir/Madam, I am using vb6. I had my project with MS-Acess DB & DAO. Now I convertedd it fully to ADODC in same vb6. Its upon execution, showing error "Unable to bind to field or DataMember (table name here)" ! (for most of the forms/tables.)! I have set all properties of adodc via Custom Property at design time. cmdType is 2-adCmdTable...
1
1,743
thread by: jissididi | last post Jul 8 '15 by: jissididi
So I am writing a script to compare two excel files. I'm using a For loop in the first workbook to get the references I want to find in the second workbook (6450 rows long so that no For loop, way to slow) I have been looking for some way to use the VLOOKUP thing but i could not make it work Here is the code : For i = 7 to numLines...
0
1,114
thread by: iasyuniar | last post Jul 6 '15 by: iasyuniar
excuse me, i need help to solve this. i have made simple hyperterminal program using vb 6 to read mscomm.input the input come from ultrasonic sensor and printed "160". i want to add name and save those two as database in excel.. what can i do to change that hypertminal input in to a text box so i can save it along with the name?? best...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.