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 bkrike 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: *

  • Users: sm2605
  • Content: Threads
  • Order by date
  1. sm2605

    how to call a sub from another sub

    Hi, i have a sub form_load() and a sub process_click() but i dont know how to connect them. meaning the variables i used in form_load() i want to be able to use in process_click(). both are public subs and here is the code from both: your help is greatly appreciated...thanks Public Sub...
  2. sm2605

    How do i read a time period and process accordingly

    Hi, i wrote a flow chart for a project but im kind of stuck. Here is the flow chart read selected choices 'main menu user exits or user picks a choice im having trouble with the read the choices. I have a list of 5 time periods written in a combo box. How do i read the time periods...
  3. sm2605

    need help copying files from one folder to another

    Hi, i wrote this code as below but i keep getting a file not found error. I know the file exists, but im assuming there is something wrong with the code. By the way i am trying to copy all the files from the temp folder located in a datadirectory to the source of the dataDirectory...
  4. sm2605

    how to search to see if a folder exists

    Hi, i would like to find out how to search a particular directory to see if a particular folder exists. Here is what i have so far: dataDirectory = getKey("software\financial\Paths\User Path") 'check to see if datadirectory\Temp Folder exists
  5. sm2605

    how to open a file from an unknown directory

    Hi, i wrote some code to find the data directory of a particular program and put it in a variable called datadirectory. Now i would like to open a file from "datadirectory" and check some numbers in it. Here is what i have so far. dataDirectory =...
  6. sm2605

    How to search in a registery for a data path

    Hi, i would like to search through a registery to find the data path of a program using VB. here is the path: hkey_local_machine\software\financialcalc\paths\data path v4.0 i dont really know where to begin. thanks in advance

Part and Inventory Search

Back
Top