I used to have a code that we used to copy data from a folder that was on the desktop using the code below.
This does not work with windows7. I have tried the C:\USERS\PUBLIC\DESSKTOP\Wetcleans but that does not seem to work either. Does anyone know how to access a folder on the desktop ?
Code:
DoCmd.CopyObject "C:\Documents and Settings\All Users\Desktop\Wetcleans\
This does not work with windows7. I have tried the C:\USERS\PUBLIC\DESSKTOP\Wetcleans but that does not seem to work either. Does anyone know how to access a folder on the desktop ?