Search the web
Sign In
New User? Sign Up
vbhelp · Visual Basic Help Center Forum
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 15608 - 15639 of 15862   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15608
Many thanks. It worked perfectly. Michael...
Michael Hodge
braxtoncotta...
Offline Send Email
Mar 3, 2008
5:08 pm
15609
I'm not sure but I think I need a nested do while loop. My macros are in workbook Personal.xls. In sheet1, starting in cell A6 I have ticker symbols. The...
joeemmett1
Offline Send Email
Mar 4, 2008
5:55 pm
15610
you can also you activecell.offset to increment joeemmett1 <joeemmett1@...> wrote: I'm not sure but I think I...
rdyrmble
Offline Send Email
Mar 4, 2008
7:49 pm
15611
yep a do loop will work but you also need to user variables to increment joeemmett1 <joeemmett1@...> wrote:...
rdyrmble
Offline Send Email
Mar 4, 2008
7:49 pm
15612
I am really new at this and in over my head. Could you give me an example of what I need? Thanks, Joe ... increment ... I'm not sure but I think I need a...
joeemmett1
Offline Send Email
Mar 5, 2008
2:16 am
15613
Good morning, I was wondering the most efficient way to delete a line from a text file. I know the line number that I need to delete. I am currently opening ...
testblokepuma
Offline Send Email
Mar 5, 2008
7:56 am
15614
I would be doing what you are doing. However you don't describe what you are doing after the split ? There may be a more efficient approach than what you are...
crombierob
Offline Send Email
Mar 5, 2008
1:37 pm
15615
Thanks for that Rob, you were correct in physically removing the line. I had never come across the Replace function before, this is good as I know exactly the...
testblokepuma
Offline Send Email
Mar 5, 2008
4:28 pm
15616
cells(1,1).select do while activecell.value <> "" msgbox (activecell.address & " " & activecell.value) activecell.offset(1,0).select loop msgbox("its empty "...
rdyrmble
Offline Send Email
Mar 5, 2008
8:36 pm
15617
Hi All, I have a project in VS.Net 2003 (VB.Net). The OS is Vista Ultimate. The project runs fine without any problem in Vista Ultimate and XP. I create a...
itchocks
Offline Send Email
Mar 5, 2008
8:41 pm
15618
something similar to this will do what you want....... Public Sub SeekAPerson(ByVal index As Integer) Try FileOpen(1, "c:\people.txt", OpenMode.Random) Dim...
rdyrmble
Offline Send Email
Mar 5, 2008
8:42 pm
15620
SELCT is mispelled You probably need a wild card (% or * depending on what you are using and where) It is cleaner to do this Dim sSQL as string Dim sFind as...
crombierob
Offline Send Email
Mar 6, 2008
11:36 am
15621
Dear suresh i think you have to use proper string cancatination operator and you have to use % like rs.open ("SELCT * FROM CUSTOMER WHERE CUSTOMER.NAME LIKE...
Ajay Kn
knajay.cool
Offline Send Email
Mar 6, 2008
9:41 pm
15622
hi. i want to send some files in runtime of my program(files are my db), from computer1 to computer2 in other city. and i want to do this through phone...
alone_comp
Offline Send Email
Mar 7, 2008
9:06 pm
15623
Thanks so much. I'll work with this awhile and try to get this thing running. Should my 'routine' of what I want done be inside this loop? Thanks, Joe ... am...
joeemmett1
Offline Send Email
Mar 7, 2008
9:06 pm
15624
Hi Ron, ... You could use the FileLen() command to see if the file already exists, or use a FileSystemObject to evaluate it for additional information (file...
Shawn K. Hall
vb_shawn
Online Now Send Email
Mar 9, 2008
3:47 am
15625
... While this will work, it would be better to use the TextStream object and iterate through x times copying lines from the old file to a replacement file,...
Shawn K. Hall
vb_shawn
Online Now Send Email
Mar 9, 2008
4:21 am
15626
... You can access it from the properties option from the "local area network" connection, or from the quick-notes on the left side in the network neighborhood...
Shawn K. Hall
vb_shawn
Online Now Send Email
Mar 9, 2008
4:52 am
15628
My VB6 projects use Notepad. This includes using different Headings for Printouts. When closing the programs with Exit on the Menu bar, the Notepad defaults...
Michael Hodge
braxtoncotta...
Offline Send Email
Mar 9, 2008
6:55 am
15629
Hi group. I am using Visual Basic 6 and complied an exe program. I am using INNO which is a free installer program. After the program installs, it works fine....
lucidguild
Offline Send Email
Mar 9, 2008
4:43 pm
15630
Very many thanks, but I'm not certain that I am any the wiser! I'm glad that I am not the only one who makes mistakes! Michael ... From: vbhelp@yahoogroups.com...
Michael Hodge
braxtoncotta...
Offline Send Email
Mar 9, 2008
8:36 pm
15631
Hi Michael, ... Maybe. I assume that you're changing the Notepad settings upon application open. If that's the case, you should be able to change the order of...
Shawn K. Hall
vb_shawn
Online Now Send Email
Mar 10, 2008
2:30 am
15632
Hi David, ... Yes, it is. If you're compiling the program to sit beside the VB code, and then use the INNO 'add folder' tool to include the entire folder ...
Shawn K. Hall
vb_shawn
Online Now Send Email
Mar 10, 2008
2:36 am
15633
I have created an application that works fine on my desktop. When I create the executable and place it on our server it does not work. Could anybody point me...
Ron
ronhvb03
Offline Send Email
Mar 10, 2008
5:30 pm
15634
A big problem in program distribution is that the the program works fine on the programmer's machine but fails when the user installs it. One of the causes...
Anthony Padua
halfof4is2
Offline Send Email
Mar 10, 2008
5:58 pm
15635
Hi Ron, ... We're going to need more information to work with. It could be any of these (or more than one) or something else entirely: * system execute...
Shawn K. Hall
vb_shawn
Online Now Send Email
Mar 10, 2008
6:10 pm
15636
Did you try creating a install program? "Shawn K. Hall" <vb@...> wrote: Hi Ron, ... We're going to...
rdyrmble
Offline Send Email
Mar 11, 2008
1:35 am
15637
Thanks, Shawn. When the 'calculated' text is displayed in Notepad, the user prints or saves via Notepad's own commands. You are quite right, settings (header,...
Michael Hodge
braxtoncotta...
Offline Send Email
Mar 11, 2008
6:57 am
15638
Hi friends Can anyone help be out with the logic of adminstration for a MLM project? Five tiers are required. Or how could I google for this? Thanks Ulrike ...
Ulrike Haupt
ulrikehaupt
Offline Send Email
Mar 11, 2008
4:40 pm
15639
hi, im developing an application that will verify every file that a user will copy on his/her flashdrive or any usb storage device. The significance of this is...
jacklogan27
Offline Send Email
Mar 13, 2008
9:54 am
Messages 15608 - 15639 of 15862   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