Dim MyArray
MyArray = split(mystring,"$",-1,1)
msgbox myarray(1)
50,000
available limit
how to split the above string ?
What is the end of line delimiter?
Any help would be appreciated.
Thanks in Advance
Hi PH , Thanks for reply.I finally have found the solution.
***************Start VBScript**********************
Dim fso
Set fso = CreateObject("Scripting.FileSystemObject")
file1="C:\Documents and Settings\"&username&"\My Documents\book3.xls"
file2= "C:\viewcreditdetail.xls"
fso.CopyFile...
Hi ! Thanks for reply.
Application is player tracking.
The excel file is saved as Book1.xls(regular expression :Book*.xls).
filepath is My Documents\Book1.xls
How can I save copy of this file in the network path?
Thanks in Advance
Uma
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.