Folder icons

B

Brettjg

Hello, it's been a while. When I use CopyFolder the new folder never has the
original icon (customised) on it, it just has the Windows default icon. Is
there a way to either prevent this from happening, or to restore the icon to
the new folder? The code is:

Dim fso As Object
Set fso = CreateObject("scripting.FileSystemObject")
fso.CopyFolder "C:\1. ACTIVE CLIENTS", "C:\99. BACKUPS\1. ACTIVE CLIENTS"

Also, is there a way of changing the Icon on an Excel file to something of
my choice (I've created quite a few with the excellent "LiquidIcon" software)?

Thanks, as ever, for any help you may have.
Brett
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top