Visual Basic
Visual Basic was derived from BASIC and enables the rapid application development (RAD) of graphical user interface (GUI) applications, access to databases using DAO, RDO, or ADO, and creation of ActiveX controls and objects.
Application
Any
Platform
Any
License
Any
ReDim array(X)
with X being the size of your array - 1 (Programming Languages start at 0 not 1)
or
use a for...Next Loop
For X as integer = 0 to (Array().length - 1)
Array(X) = Nothing...
Module mdlMkCv
Public Function CVI(ByVal X As String) As Integer
Dim D(16) As Integer, B(7) As Integer
Dim i As Integer, J As Integer, k As Integer
Dim N As...
can anyone help me converting the qbasic code below to macros in excel... especially the Read and Data part... it seems that macros in excel doesnt read Read and data statment... Thanks you =)...
Hey Loy,
Where are you at thus far? You should be able to qurery each separate worksheet and build a master. From there the manipulations will be much easier.
Good luck,
Conner
Excel...
Man, I need to re-read all my VBA books & training videos again!
If you can help me with this question I would really appreciate it.
I am wanting to create and populate a variable “HUTID” with...
hey im trying to do this question
Use a for Next Loop to convert Euros $50 to $100 to the equivalent amount Australian dollars increasing by $10 each time.
the exchange rate is 1.3777.
needs to...
Hi, I'm a newcomer to programming, and want to produce a simple word processing program. I want to be able to set up keyboard shortcuts for the word processor, like Alt+S for 'save', etc.
I did...
Hey, I don't exactly know where to go with this question. I've search numerous hours, but I haven't been able to find the appropriate solution. What I want to do: Get the html of a certain webpage...
Hi,
Thank you very much for the help. I couldn't have done it without you!
Everything works well so far. It took a little longer to set it up but it is ok now.
Best regards,
scorpi
PS:...
Hi everyone.. I'm glad if anyone could help me in my problem. I'm still a student and I'm not too familiar in creating online applications. Anyway here is the scenario.
I've already created my...
visual data manager and then link the data base the form so that you can add any question you want remove edit and do all sort of stuffs.if you have any doubt ask me
visual data manager and then link the data base the form so that you can add any question you want remove edit and do all sort of stuffs.if you have any doubt ask me
visual data manager and then link the data base the form so that you can add any question you want remove edit and do all sort of stuffs.if you have any doubt ask me
Suggestion,
Check that the same reference are listed the same in Access 2010 as Access 2003.
From your VB code page, Tools - References
Hello friends, this is my first post on this website. I am learning how to program in VB6 as I am a student at a college. I need help in creating a QUIZ PROGRAM for a teacher who will create...
I'm not sure how later versions of VB handle it, but you might try the Erase function. If the array is static, the function will clear the value of each element; if the array is dynamic, it will...
I'm doing a project with a robot caled the boe-bot. My project deals with the boe-bot going through a maze twice: the first time it goes through every single path, even the dead ends, and on the...
Tanbee Flip Video Converter is the best Flip Video Converter that can convert Flip video (MP4 video format) to WMV, MP4, AVI, FLV, SWF, MOV, 3GP, etc. With this Flip Video Converter, you can share...
Hi All,
Pls help me!!!
Database Structure:
UserName String
Location String
Price Number
Requirement:
I have listbox with some items into it say 100. The user will select...
Would it be possible for someone to help explain how to clear an array of values currently stored in it. Would you go through the array line by line and write = "" or would you use to ReDim statement...