Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi! Is it possible to create from an excel macro a folder "D:\Temp\" an after some actions to delete it?? Thanks in advance, Chri -- loopo ----------------------------------------------------------------------- loopoo's Profile: http://www.excelforum.com/member.php...fo&userid=2879 View this thread: http://www.excelforum.com/showthread.php?threadid=49104 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
MkDir "D:\Temp"
.... Kill "D:\Temp" -- HTH RP (remove nothere from the email address if mailing direct) "loopoo" wrote in message ... Hi! Is it possible to create from an excel macro a folder "D:\Temp\" and after some actions to delete it?? Thanks in advance, Chris -- loopoo ------------------------------------------------------------------------ loopoo's Profile: http://www.excelforum.com/member.php...o&userid=28792 View this thread: http://www.excelforum.com/showthread...hreadid=491047 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
loopoo:
'create folder MkDir "D:\Temp" 'delete folder RmDir "D:\Temp" -- 天行健,君*以自強不息 地勢坤,君*以厚德載物 http://www.vba.com.tw/plog/ "loopoo" wrote: Hi! Is it possible to create from an excel macro a folder "D:\Temp\" and after some actions to delete it?? Thanks in advance, Chris -- loopoo ------------------------------------------------------------------------ loopoo's Profile: http://www.excelforum.com/member.php...o&userid=28792 View this thread: http://www.excelforum.com/showthread...hreadid=491047 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Delete Folder | Excel Programming | |||
Create Folder and Text File in folder | Excel Programming | |||
Create Folder / Copy Folder / Replace | Excel Programming | |||
delete folder | Excel Programming | |||
fso delete folder | Excel Programming |