Altering some code

Dannyc989

Registered User.
Local time
Today, 16:08
Joined
Dec 18, 2013
Messages
46
Hi Guys,

I have a piece of code but I need to modify it can anyone assist

Dim FSO As Object
Dim FromPath As String
Dim ToPath As String

FromPath = Me.Quote_File_Directory_Ref
ToPath = Me.Files_Directory

Im sure its the As Strings I need to change but not sure what to, but if anyone can see anything else I will be most greatful.

Daniel
 
This is an addition to an existing code which creates a folder and passes information onto an email... All I wanted to do was copy a folder of files and sub folders to the one which is created... I didn't want to confuse matters with the rest of the code, I'm currently not at my desk and cannot copy the whole code... But as it worked before I added this extra bit is there any advise you can give on the code in the previous post....
 

Users who are viewing this thread

Back
Top Bottom