Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Learning123

    Getting Recent 3 dates

    Hi Everyone, I was wondering if anyone know a way to query on getting recent 3 dates in a table for example: NAME PRODUCT DATE_OF_SELL JEFF HANDSOAP 12/31/2007 JEFF HANDSOAP 10/01/2007 JEFF HANDSOAP 9/26/2007 JEFF HANDSOAP 9/03/2007 JEFF HANDSOAP 5/01/2007 JEFF HANDSOAP 4/23/2007...
  2. Learning123

    Finding Location of the windows folder

    Hi Everyone! I was wondering if these a method in VBScrpit to find exactly where Windows is installed? Such as "C:\Windows" or if it's in D: "D:Winnt". Thanks in advance!! She's a Lithium Flower
  3. Learning123

    Clipboard question

    Hey everyone, Just a question reqarding the clipboard command. I was wondering if it's possible copy highlighted text from other programs into a clipboard and the paste it back into my textbox? The reason is: I have to copy 10,000 pages from a Main Frame system and paste them into a text...
  4. Learning123

    VB and Microsoft Access

    Hi Everyone, Just a quick question. I'm clueless in Access, but was asked to create a VB program to trigger a macro called "VB_Launch" inside a Microsoft Access Database (2000) located in C:\MyData.mdb. Anyone has any ideas how this is done, I've managed to reference the Access...
  5. Learning123

    Excel Auto Formating Question

    Hi Everyone, I was wondering if it's possible to turn excels auto date conversion off? For example when I text-to-column the following: 9-10-1999 Excel automaticly turns it into 9/10/99. As always thanks a lot for the help!
  6. Learning123

    automation in Excel

    Hi Everyone! I'm writing a Macro to save a Excel file and overwrite the existing file. I've managed to trigger the save command, but unfortunately a msgbox comes out a ask me if I want to overwrite. Is there a write in VB to tell in to always overwrite? As always thanks a lot for the...
  7. Learning123

    Keep program active

    Hi everyone! I was wondering if there is a way to keep my program active when it's processing a file. Basically, my program copies a file that is about 200mbs everyday at 2:00 PM. the code is: Sub CopyFiles() Set CopyItem = CreateObjec("Scripting.FileSystemObject")...
  8. Learning123

    Taskbar Items

    Hi everyone, I was wondering if there is an API function to find all the item the user has on his/her taskbar and then print it in a msgbox? Thanks a lot! Andy
  9. Learning123

    Question on Shell

    Hi Everyone, I was wondering if it is possible to have my program to watch a program if it is closed. example, I've launched "Notepad" and would like a msgbox to pop up if notepad is closed by the user. Any ideas or comment are greatly welcome! Thanks a lot! Andy
  10. Learning123

    Opening files

    Hi everyone I was wondering if it's possible to open files (example: .xls, .doc, .png) with their default program by flash? Something like shell. Thanks a lot! Mark
  11. Learning123

    Getting the for day and last day of the month

    Hi everyone! I was wondering if there is a code to display the first day of the month (example: 12/01/2002) and also is it possible to display the last day of the month (example 12/31/2002)? Any ideas and suggestions are gratefully welcome =) . As always Thank you for you kind and helpful...
  12. Learning123

    Question on Volume Control

    Hi Everyone, I was wondering if anyone can provider me with information regarding volume control with VB. Basicly I was wondering if I could check if the user's computer volume is "mute" or not and if it is, I want to unmute it and set the volume to it's highest. As always...
  13. Learning123

    Excel and Bullets

    Hi, I was wondering if it's possible to put bullets in cells like a word document? Example: *Subject1 *Subject2 *Subject3 If not, do you know any alternatives? which still use excel? As alwasy Much big thank you for everyone's help!
  14. Learning123

    Excel and Bullets

    Hi, I was wondering if it's possible to put bullets in cells like a word document? Example: *Subject1 *Subject2 *Subject3 If not, do you know any alternatives? which still use excel? As alwasy Much big thank you for everyone's help!
  15. Learning123

    Form Combo Boxes Question

    Hi, I'm working on a script for a combo box which the user can press the "up" and "down" key to switch records, rather having the user move the mouse to the drop arrow and then selecting the item. SOrry if this decription a bit vague, if you have any questions please...
  16. Learning123

    Finding Date and Time differences in Seconds

    Hi, I've been working on a project for automation of data input stats and I am having a hard-time figuring out how to find the "Seconds" differece in the beginning and the ending time. below is a example of what my table looks like Begin_T | End_T...

Part and Inventory Search

Back
Top