Search results

  1. R

    Question get file name without extension

    Dear All, Thanks for helping... I have a function that I found while googling that catches that file file name and extension from a path. I would like to modify this to catch only the file name without the extension. here is the code: Function GetFilenameFromPath(ByVal strPath As String)...
  2. R

    Xcopy

    Dear All, Thanks in advance for the help. I am trying to copy many files (reports as pdf) from one folder to another. I tried to do that with filecopy but the customers were complaining it takes too long. I try to use the shell command that makes the copy process faster as I heared. I took...
  3. R

    converting problem

    I am having an access database with field "examnumber", this is a text field. programatically I am trying to get the string and then add 1 to it then save a new one. example: the old exam number is GRT228, I want to get the last 3 digits from that string then covert it to number so it is read...
Back
Top Bottom