Search the web
Sign In
New User? Sign Up
helpwithvb · A group for those who need help with Visual Basic
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 20018 - 20047 of 22583   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
20018
Hello I am a student taking visual basics and am having a problem understanding how to do something. I am hoping someone can explain this to me better than...
SLM139@...
slm139
Offline Send Email
Oct 1, 2007
7:29 pm
20019
Sherry, are you trying to get to the behind-the-scenes subroutine of the command box? Is so, double click on the command button and it will take you there....
Tim Lewis
tlewis_mcleo...
Offline Send Email
Oct 1, 2007
7:41 pm
20020
Private Sub Calculate_Click() if option_exit = vbChecked then unload me elseif option_deposit = vbChecked then 'Add amount to your total elseif option_check =...
Steve Trigero
seecwriter
Offline Send Email
Oct 1, 2007
7:42 pm
20021
If we do the assignment for you, then we aren't doing you any favor in the long run. If you would be more specific in your if-then question, we will help you....
Jesus Is the Answer
halfof4is2
Offline Send Email
Oct 2, 2007
2:38 pm
20022
Say Guys and Gals, I need to construct a User Form that goes poof in da night from an Excel application. In particular my user form is a simple dialogue box...
DeGance, Anthony
ADEGANCE@...
Send Email
Oct 2, 2007
3:46 pm
20023
I don't know enough about using VBA with userforms to give you that (the user form) part of the code, but I assume you know how to open the form in code (or...
Neiger, Bruce D
thezorch
Offline Send Email
Oct 2, 2007
4:04 pm
20024
Thanks Steve I will see if this will work. Sherry in TN Embroidery and Grandkids..my favorite things ... From: Steve Trigero <seecwriter@...> To:...
SLM139@...
slm139
Offline Send Email
Oct 2, 2007
4:16 pm
20025
?Here is what my project has so far for code. We were told to put the if/then calculation under the calculate button. My form has: enterAmtLabel amountTextBox ...
SLM139@...
slm139
Offline Send Email
Oct 2, 2007
4:16 pm
20026
Tim I will look for this book. The book we are using in school is new and its called Programming in Visual Basic.Net 2005 Edition. It's not real helpful in my...
SLM139@...
slm139
Offline Send Email
Oct 2, 2007
4:18 pm
20027
To all, I definitely am not asking you to do my homework. I am 50 and am going to school to learn something I am interested in, I am not trying to waste my...
SLM139@...
slm139
Offline Send Email
Oct 2, 2007
4:19 pm
20028
Actually, overall, your logic is pretty good, and your syntax, while a bit verbose is also rather good. To display your result, simply apply it to the...
Neiger, Bruce D
thezorch
Offline Send Email
Oct 2, 2007
7:08 pm
20029
Tony, see if this will work for you. I created a user form in Excel. I added two text boxes, called txtBox1 and txtBox2. I created a command button called...
Tim Lewis
tlewis_mcleo...
Offline Send Email
Oct 2, 2007
11:39 pm
20030
To the Help Club, I need to know how to convert the results from an "input box" query to uppercase letters. Can you help? Don Gaither...
Donald Gaither
donarco1
Offline Send Email
Oct 3, 2007
1:05 am
20031
Have you tried looking at the documentation? Type "Visual Basic uppercase" in Google and here is the first link in the results: ...
Steve Trigero
seecwriter
Offline Send Email
Oct 3, 2007
1:19 am
20032
Donald, VB-6 has the UCase() function. Dim UserEntry As String UserEntry = InputBox( The Prompt, The Title, The Default ) If LenB( UserEntry ) <> Num_Zero...
Steve Manser
tileguy2929
Offline Send Email
Oct 3, 2007
2:44 am
20033
Hi SML139...If you want it, I have a sample checkbook program that may help you in logic and tips on your project. It is in VB6 and is for learning only. The...
Bob
usewillow@...
Send Email
Oct 3, 2007
4:35 am
20034
Thank you Tim & Bruce, I spent yesterday afternoon trying to work out the stuff found on the link Bruce sent to me. I just failed to achieve escape velocity....
DeGance, Anthony
ADEGANCE@...
Send Email
Oct 3, 2007
12:47 pm
20035
Private Sub calculateButton_ Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles calculateButton. Click 'Calculate the account balance ...
Jesus Is the Answer
halfof4is2
Offline Send Email
Oct 3, 2007
3:05 pm
20036
Hi: I've done lots of macros in Access but this is my first macro in Excel. I'm trying to import a tab delimited text file into a workbook. I'm using some...
makeover1968
Offline Send Email
Oct 4, 2007
7:50 pm
20037
Thanks to Steve for his help on the "converting to upper case" question. I have another question. When using a List Box which displays two fields separated by...
Donald Gaither
donarco1
Offline Send Email
Oct 5, 2007
12:17 am
20038
Elisa, the problem is in the line: WholeLine -WholeLine & Sep That is not a valid statement. Looking at the code, it appears that you want to add a space at...
Tim Lewis
tlewis_mcleo...
Offline Send Email
Oct 5, 2007
4:19 am
20039
Donald here is some code that I have used to search a Combo box it auto completes so you go from A to Z with the tap of a key I can look around if you like and...
Dwight Norris
choroid_45
Offline Send Email
Oct 5, 2007
7:46 am
20040
Good Morning Don, Not sure I can help, so I'll toss out a few WAGs. 1) When extracting one field from the List Box line make sure that all extra spaces and...
Steve Manser
tileguy2929
Offline Send Email
Oct 5, 2007
12:44 pm
20041
Good Morning Everyone, Some time ago, about 3 or 4 weeks ago me thinks, I was trying to help someone with some code, before I went on my 'walk about', and for...
Steve Manser
tileguy2929
Offline Send Email
Oct 5, 2007
1:05 pm
20042
Hello Steve, Can you remember what sort of subject it was concerned with? Or, even if it was VB6 or .NET? Geoff ... From: Steve Manser To:...
geoff Smith
sabin3647
Offline Send Email
Oct 5, 2007
1:10 pm
20043
Good Morning Geoff, It was VB-6, and the person lived in the USA, maybe Canada, but certainly not The_Iraq or The_South-Africa. Wait....., I'm tapping into...
Steve Manser
tileguy2929
Offline Send Email
Oct 5, 2007
1:26 pm
20044
It was I and we have a fix from you and my pea brain that had to do some reading and redesign so please do not go on any more walk abouts I know I will miss...
Dwight Norris
choroid_45
Offline Send Email
Oct 5, 2007
2:35 pm
20045
Hello Steve, Sorry I took so long in replying this time. No promises, but, I may have that particular correspondence on the computer upstairs. If I can find...
geoff Smith
sabin3647
Offline Send Email
Oct 5, 2007
2:37 pm
20046
Having read Dwight's message, I'll let it go bye? Glad you got your fix Dwight, <G>. Steve has a fairly large garden. I wonder if he gets lost amongst the...
geoff Smith
sabin3647
Offline Send Email
Oct 5, 2007
2:42 pm
20047
I entered 'I added this' to the places I made changes..maybe this will get you further....I'm guessing you are trying to add a space at the end of each...
vbking322
Offline Send Email
Oct 5, 2007
3:05 pm
Messages 20018 - 20047 of 22583   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help