July 10th, 2008
msquared (Administrator)
|
** Index of VB Articles **
List of articles in the Visual Basic Articles forum
This list is fairly simple but will expand and evolve over time. New entries will be shown in... more »
sticky
|
|
MS access to import specific mails subjects from outlook
Dear Friends,
As i am totally without knowledge on VB, would like to check you guy as I have a little situation on my hands now, the situation is... more »
|
|
Printing screen in VB6.0
I want to print the screen croped from all sides on A4 landscape in Visual Basic 6.0.
When I run this script it should move itself into background,... more »
|
|
Excel & a .JPG file
I have a JPG file, and an EXcel sheet sheet1 of Book1 with default settings.I am inserting .JPG on the sheet 1and stretching it by keeping aspect... more »
|
|
please add something to my simple calculator code
Begin VB.Form Calc1
BorderStyle = 1 'Fixed Single
Caption = "Calculator"
ClientHeight = 3855
ClientLeft = ... more »
|
|
Code to print the data from the excel file
Hi,
Can you please give me a sample code to print the data to the printer from the excel sheet.
Thanks in advance
Saray more »
|
|
Hello what is the simple code to retrieve date modified of a file.
Hello friends
can any one help me out by providing code to read the date modified of a file.
this is required because I have developed a enquiry... more »
|
|
Deleting Specific Sheets in Workbook
Hello,
I have an Excel workbook that has a number of sheets, where "Graphs" begin at Sheet16 and can either be a couple sheets, or many (i.e. 20).... more »
|
|
TextBox Update inside of a loop (.Net 1.1) / VS 2003
Hello,
I have a simple loop that adds values to a textbox. I would like to have it refresh the text box every 100 records so that the end user... more »
|
|
Is it possible to use the Trace Formula Tool while the Excel Work Sheet is protected?
Hi Guys
I really need help for this. I have Create an Excel file, in order to not let users to change anything, i have it protect by... more »
|
|
Testpartner VBA - passing values between scripts
Hello , would you help me, I have two testpartners scripts and I am trying to pass a value, I am making the variable public but the second script... more »
|
|
Change Hyperlink Subaddress in Specified Range
Hi,
I have a macro that adds a row on my summary page, then adds a worksheet where the detail data will be entered for that row. I add the row by... more »
|
|
printing as white blocks if Printer.Copies is set
Hi,
I am getting the text with white box when printed, and this happens only when Printer.Copies is set, am I doing any thing wrong, please help.... more »
|
|
how to read data from Form to txt/doc file
Hi all,
I created Form for the employee data entry, and the fields are like EmpName, date of birth, address, gender, education qualification, and... more »
|
|
Vb-app: Winsock And Xml
Hi everyone! I need to develop a client / server program using Winsock. I want to create my own communicating protocol between client and server. I... more »
|
|
Finding and Selecting a Column
Hi, I'm new to VBA and I'm trying to automate a copy/pasting of a column.
Is there anyway to write a code that finds the last column that has data,... more »
|
|
data links
please solve this one for me.
Q// Write a program that creates a database of records with fields : name, age and course using unbound controls. the... more »
|
|
urgent
i have a text file contains data (tab delimited), i want to import these data into access table.
i want to do this task using visual basic code not... more »
|
|
Help pls
1 Reply |
Posted by: Yvan
| Last post by QVeen72, Yesterday
I hv some problem at diz line
(Open App.Path & "/Student.txt" For Append As #2
For A = 0 To ListCount - 1
Write #2, cbo.List(A)
... more »
|
|
Adobe with VBA
Hey,
Is it true that you need a Adobe reader to take data off a pdf file through VBA.
Thanks
Neo more »
|
|
VBA - Excel Charting help
Hi,
I'm trying to create a chart in VBA in an excel sheet. When I manually create it, it creates it just find, but for some reason, when I try to... more »
|
|
plot graph real time on vb
Guys, I treally appreciate the way questions are answered on this forum. I hope I get someone to help on this quickly too. :)
I am using vb 2005 and... more »
|
|
Writing Formula's In VB
Me Again,
I am trying to write a formula using VB Macro's. I currently have the following code as I believed this was correct, but I was wrong. Can... more »
|
|
encryption
Hi ,
i am new to visual basic .
I have this scenerio .
i have a table name paytable with columns:
id , Account number , encrypted_acc .
I want to... more »
|
|
Function to convert money value to pure indian type
hi all....i have a string which accepts money...in any form like...123456 or 1,23,456.00 or 3456.00...... finally i want it to be coverted... more »
|
|
help
how can i put an image on top of a commmand button....how can i import icons on my form more »
|
|