PC Review


Reply
Thread Tools Rate Thread

Deleting Workbook

 
 
=?Utf-8?B?QmFyYiBSZWluaGFyZHQ=?=
Guest
Posts: n/a
 
      18th Jun 2007
What would be the code to delete a workbook located here

C:\temp\Workbook.xls

Thanks,
Barb Reinhardt
 
Reply With Quote
 
 
 
 
=?Utf-8?B?VG9tIE9naWx2eQ==?=
Guest
Posts: n/a
 
      18th Jun 2007
make sure the workbook is closed

Kill "C:\temp\Workbook.xls"

--
regards,
Tom Ogilvy



"Barb Reinhardt" wrote:

> What would be the code to delete a workbook located here
>
> C:\temp\Workbook.xls
>
> Thanks,
> Barb Reinhardt

 
Reply With Quote
 
JE McGimpsey
Guest
Posts: n/a
 
      18th Jun 2007


kill "C:\temp\Workbook.xls"

In article <29FFE9B3-697F-42A2-9969-(E-Mail Removed)>,
Barb Reinhardt <(E-Mail Removed)> wrote:

> What would be the code to delete a workbook located here
>
> C:\temp\Workbook.xls
>
> Thanks,
> Barb Reinhardt

 
Reply With Quote
 
=?Utf-8?B?R2FyeSBCcm93bg==?=
Guest
Posts: n/a
 
      18th Jun 2007
Kill C:\temp\Workbook.xls
--
HTH,
Gary Brown
(E-Mail Removed)
If this post was helpful to you, please select ''YES'' at the bottom of the
post.



"Barb Reinhardt" wrote:

> What would be the code to delete a workbook located here
>
> C:\temp\Workbook.xls
>
> Thanks,
> Barb Reinhardt

 
Reply With Quote
 
JE McGimpsey
Guest
Posts: n/a
 
      18th Jun 2007
needs quotes around the argument.

In article <6AF8BADF-2428-4379-B94A-(E-Mail Removed)>,
Gary Brown <gary"DeleteThis2SendMeAnEmail".(E-Mail Removed)> wrote:

> Kill C:\temp\Workbook.xls

 
Reply With Quote
 
Chip Pearson
Guest
Posts: n/a
 
      18th Jun 2007
Barb,

You can use the Kill method to permanently and completely delete the file:

Kill "C:\Temp\Workbook.xls"

Note that Kill does NOT send the file to the Recycle Bin. The file is gone
forever. If you want to recycle the file, see
http://www.cpearson.com/excel/recycle.htm .


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting LLC
www.cpearson.com
(email on the web site)


"Barb Reinhardt" <(E-Mail Removed)> wrote in message
news:29FFE9B3-697F-42A2-9969-(E-Mail Removed)...
> What would be the code to delete a workbook located here
>
> C:\temp\Workbook.xls
>
> Thanks,
> Barb Reinhardt


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
deleting workbook saqib Microsoft Excel New Users 1 24th Jun 2008 03:22 PM
Deleting Workbook from others Julia Microsoft Excel Worksheet Functions 2 22nd Apr 2008 06:34 PM
Deleting a workbook JT Microsoft Excel Programming 2 11th Jan 2005 10:11 PM
Deleting a Workbook MartyF Microsoft Excel Misc 1 11th May 2004 03:26 PM
Deleting Workbook Fred Microsoft Excel Programming 2 26th Nov 2003 06:33 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:08 PM.