11,868 Topics

Member Avatar for
Member Avatar for herephishy

VBA so that each click generates a random character between A and Z in cell A1, and the number is displayed with a random font size in the range of 16 to 24 points. can anyone help me out??

Member Avatar for bushman_222
0
118
Member Avatar for breezyy

Hey there, I'm still a newbie to VB and here's my question. I have say 3 check boxes and each of them is assigned a message. If I click on one of them, it displays its message (say Hello) in a text box. Now if i press on the 2nd …

Member Avatar for breezyy
0
121
Member Avatar for K.Vanlalliana

If any body help me, I shall be very greatful: How shall we write Code using VB so that the value of the product of two variable should be rounded to the nearest Integer number which is divisible by 5. Is there any way to check whether the given number …

Member Avatar for selvaganapathy
0
89
Member Avatar for atplerry

i have a completed project want to comply an run succefully on system that have vb but i want to know the setup to comply so that i can install it and run in a computer without vb or refer me to a site that fully elaborate it Thank your …

Member Avatar for atplerry
0
95
Member Avatar for Mbt925

Hi my friends. I write a program that show sended and recieved bytes in dialup connection. i use below api function's for get Sended and Recieved bytes: RasGetConnectionStatistics RasGetLinkStatistics RasEnumConnections RasGetConnectStatus it work correctly. now i want write this program for dsl(adsl) connection. but previous program not work in adsl …

Member Avatar for Mbt925
0
84
Member Avatar for Tekito

This involves an Excel file that is being controlled by another program. I have written my own excel file with vba that works with this Excel file. So basically, the program opens up an excel file, then the user opens up my excel file in the same instance of the …

0
65
Member Avatar for K.Vanlalliana

Is there any way to display more than ten thousand list of Record using FlexGrid- all at once. If not, what will be the solution of this problem.

Member Avatar for K.Vanlalliana
0
119
Member Avatar for JaceDBN

Hi, I have a access 2007 database which makes use of attachments. I cannot seem to find a way to sent the attachments by e-mail. My table structure is simular to: ID: Autonumber Att: Attachment Send: Yes/No Eg: ID Attachment Send 1 xyz Yes 2 xyz No 3 xyz Yes …

0
64
Member Avatar for rajeshkhanna_in

[B]Hi all, Is it possible to programatically "Compact and Repair" an mdb file as can be done manually from MSACCESS menu "Tools"-> "Database Utilities" -> "Compact and Repair Database..." Any help will be appreciated... Rajesh Khanna [/B]

Member Avatar for JA12
0
121
Member Avatar for dinilkarun

hi, Through VB i would like to delete duplicate rows in MS ACCESS. Note: There are no PKEY in Database also the DB allows duplicate records. Please help Regards, DINIL

Member Avatar for QVeen72
0
44
Member Avatar for K.Vanlalliana

Hi, I want to write VB code so that the any First letter of any Word entered in the textbox will be automatically converted to Capital. Whether there is one or more than one word in the text box, any first letter of the word should be converted to Capital …

Member Avatar for QVeen72
0
124
Member Avatar for K.Vanlalliana

Is there any way to display more than ten thousand list of Record using FlexGrid- all at once. If not, what will be the solution of this problem.

Member Avatar for QVeen72
0
294
Member Avatar for pardeep3dec

Dear Sir/Madam Please tell me how can i remove "Invalid use of null" problem . Coding given below There is no value in rc1.fields(6) [code]db1.Open "Provider='Microsoft.Jet.OLEDB.4.0';Data Source='" & App.Path & "\tmgmt.mdb';" st1 = "select * from travel where sno = " & frmtorf.tserial.Text & ";" rc1.Open st1, db1, adOpenDynamic, adLockBatchOptimistic …

Member Avatar for hkdani
0
108
Member Avatar for anshulagarwal

hello freinds.I am anshul agarwal doing my summer internship in Germany. I am facing one problem in visual c++.. Actually i have done a project in borland c++ but because of memory constrain, I am forced to switch over to visual c++... My program is to read 5000 data from …

Member Avatar for Jx_Man
0
97
Member Avatar for lhanzcelot

i want to learn vb.. is der any tutorials here dat can help me learn vb? tnx..

Member Avatar for K.Vanlalliana
0
77
Member Avatar for Systnubdesigner
Member Avatar for Systnubdesigner
0
93
Member Avatar for jack1234

In java we can use System.out.println In C# we can use Debug.Println but how to do it in C++? (The syntax, and where to look for the debug message)

Member Avatar for bugmenot
0
3K
Member Avatar for gsatya

Hi , I am creating a project for thesis it is advised for me to use class modules. Could any one of you explain me how to create and use please.. Thanks with Regards.... Satya. G

Member Avatar for Jx_Man
0
99
Member Avatar for asihuay

Hi. my system is p4 3.0 windows xp sp2 excel 2003 I need api code to get all user created in my pc. I am using vba code to document and setting directory but do not obtain all users account only the users who before boot the system. Any account …

Member Avatar for Jx_Man
0
67
Member Avatar for Saboto_me

Hello Friends, Good day to you all I have been using Access as a base for all my vb projects. I am told SQL is more secure and can handle a wide range of data. I have therefore decided to give it a try, but I don't have any Idea …

Member Avatar for K.Vanlalliana
0
276
Member Avatar for guest11

hi all, I am making an application which i want to make in multilingual means i want to make that application in many languagues. Suppose user select any language than font of my application will get converted into that language. suppose user select marathi than it will get converted to …

0
70
Member Avatar for arayaaa

im beginner in vb 6.0... can anybody show or if can attach an example of project tht link with mic.access to vb 6.0... i need to explore about [COLOR="Green"][B]way to retrieve record from existing database and then list it on llist box, n try to sort it. further more i …

Member Avatar for debasisdas
0
80
Member Avatar for chanthung

Hello, My problem is, after i have deleted all the records fromt the database, all the buttons like First, Next, Last, Previous and delete are disabled. A message is displayed "There are no more records." Ok, till here no problem. But after i add new records, say one record, i …

Member Avatar for debasisdas
0
76
Member Avatar for jaasaria

elow guyzz... i have here an POS system.. i wanted to buy a laser scanner but i dont have any idea to use it.. if their any comment and suggestion or examples can be more helpfull and appreciated.

Member Avatar for debasisdas
0
34
Member Avatar for atplerry

I have a problem inserting record into the database collecting the data from textbox and combobox and inserting it to the database but i have been getting error for the past few hou that i have been trying to deug it but the error it giving me is Private Sub …

Member Avatar for debasisdas
0
93
Member Avatar for arayaaa

im a beginner in vb. i really want some help in using vb. actually i want link my vb interface to data in access using adodb. then how to list data (access) through vb interface according to some criteria that had been set by user. Example: using customer id: 102,103,104,105,106,107,108,109,120 …

Member Avatar for arayaaa
0
103
Member Avatar for lmoe23
Member Avatar for kmacker

This may seem easy to most of you... I have a simple database, storing Name, Company and Telephone number. I have a form showing the three fields info as labels. I have four buttons called FIRST, PREVIOUS, NEXT and LAST to navigate through the names, (thereby showing the relevant Company …

Member Avatar for abu taher
0
86
Member Avatar for kinyuadave

Hi i've have this installable program and i was just asking if it is possible to have its shortcut on the desktop. How can i do this???? Thanx in advance

Member Avatar for abu taher
0
110
Member Avatar for kmacker

Hi, Looking for help. (Beginner) Here's what I have and what I'm trying to do... I have 4 option buttions (A,B,C and D) I have 4 Combo boxes named A,B,C and D, where the dropdown allows matching numbers 1 to 4. (Eg If Option B is selected the relevant ComboB …

0
56

The End.