Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Notim to go through that lot. Here is a way of getting the DeskTop folder of a machine :- Code: -------------------- Sub test() '- using WinScript Set objShell = CreateObject("WScript.Shell") MyDeskTop = objShell.SpecialFolders.Item("DeskTop") MsgBox (MyDeskTop) End Sub -------------------- -- BrianB ------------------------------------------------------------------------ BrianB's Profile: http://www.excelforum.com/member.php...info&userid=55 View this thread: http://www.excelforum.com/showthread...hreadid=387912 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Desktop Save Question | Excel Discussion (Misc queries) | |||
Macro - Save file in Desktop | Excel Worksheet Functions | |||
Save to default desktop | Excel Discussion (Misc queries) | |||
Save as not working for laptop to desktop | Excel Worksheet Functions | |||
How do I save to the desktop across OS's? | Excel Programming |