Does anyone know where the macro @Desktopdir is getting the information from?
When I run
I assumed it would be pulling it from the registry key
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Desktop
but that key is populated.
When I run
Msgbox(0,"",@DesktopDir)it comes back blank.
I assumed it would be pulling it from the registry key
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Desktop
but that key is populated.