Tried to create a macro that will delete a file. Does anyone know how to go about this using VB? Using mS Excel 97.
![]() |
Patch reliability is unclear. Unless you have an immediate, pressing need to install a specific patch, don't do it. |
SIGN IN | Not a member? | REGISTER | PLUS MEMBERSHIP |
-
Macro to delete file?
Home » Forums » AskWoody support » Productivity software by function » MS Excel and spreadsheet help » Macro to delete file?
- This topic has 7 replies, 4 voices, and was last updated 17 years, 5 months ago.
Viewing 0 reply threadsAuthorReplies-
WSAndrew Cronnolly
AskWoody Lounger -
WSdreyes
AskWoody LoungerMay 24, 2001 at 1:58 pm #527348HELP: I use MS Excel 97, Access97
Tried this your suggestion and it will not work in my case. I need to use the following network path: prodSecurityMasterTerm2001.xlsI keep getting “RunTime Error: 70, Permission denied” when it comes to the KILL statement at the end.
With ActiveSheet.QueryTables.Add(Connection:= _
“FINDER;tabsproddatabaseEdgarSecurityTermination.dqy”, Destination:=Range(“A5”))
.FieldNames = True
.RefreshStyle = xlInsertDeleteCells
.RowNumbers = False
.FillAdjacentFormulas = False
.RefreshOnFileOpen = False
.HasAutoFormat = True
.BackgroundQuery = True
.TablesOnlyFromHTML = True
.Refresh BackgroundQuery:=False
.SavePassword = True
.SaveData = True
End With
Rows(“5:5”).Select
Selection.Delete Shift:=xlUp
Range(“A5:F38”).Select
Selection.Sort Key1:=Range(“D5”), Order1:=xlDescending, Key2:=Range(“A5”) _
, Order2:=xlDescending, Header:=xlGuess, OrderCustom:=1, MatchCase:= _
False, Orientation:=xlTopToBottom‘Save Spreadsheet
Application.DisplayAlerts = False
Kill “tabsproddatabaseEdgarSecurityMasterTerm2001.xls”
ActiveWorkbook.SaveAs FileName:=”tabsproddatabaseEdgarSecurityMasterTerm2001.xls”, _
FileFormat:=xlNormal, Password:=””, WriteResPassword:=””, _
ReadOnlyRecommended:=False, CreateBackup:=False
Application.DisplayAlerts = True
End Sub -
WSAndrew Cronnolly
AskWoody Lounger -
WSdreyes
AskWoody LoungerJune 11, 2001 at 7:44 pm #529119Be working on something else for a while and just go back to this problem. If I manualy delete “Runterm2001.xls” it works fine. How can I get it to overwrite the file? Starting to get desperate.
‘Save Spreadsheet
Application.DisplayAlerts = False
‘Kill “J:EdgarSecurityMasterTerm2001.xls”ActiveWorkbook.SaveAs FileName:=”tabsproddatabaseEdgarSecurityRunTerm2001.xls”, _
FileFormat:=xlNormal, Password:=””, WriteResPassword:=””, _
ReadOnlyRecommended:=False, CreateBackup:=False
Application.DisplayAlerts = True
End Sub
-
-
-
WSRudi
AskWoody LoungerDecember 27, 2007 at 10:41 pm #1090058I use this macro to collect files from a directoy…
Sub GetFiles()
Dim i as integer
Dim myFile as string
i=1
myFile=Dir(“*.xls”)
Do until myFile = “”
Cells(i,1).Value = myFile
i=i+1
myFile = Dir
Loop
End SubMy question is, after I have modified the filenames collected, can I send the name back to the directory again? Is there code to rename like there is code to “Kill”
TX -
WSHansV
AskWoody LoungerDecember 27, 2007 at 10:58 pm #1090060The VBA instruction to rename (and/or move) a file is
Name "OldName" As "NewName"
Example 1:
Name "C:ExcelInvoice.xls" As "C:ExcelInvoice2007.xls"
Since the path in the old and new names is the same, the file is simply renamed.Example 2:
Name "C:ExcelInvoice.xls" As "C:BackupInvoice.xls"
Since the path in the old and new names is different, the file is moved; it retains the same file name.Example 3:
Name "C:ExcelInvoice.xls" As "C:BackupInvoice2007.xls"
The file is moved to a different folder and renamed at the same time. -
WSRudi
AskWoody Lounger
-
-
-
Viewing 0 reply threads -

Plus Membership
Donations from Plus members keep this site going. You can identify the people who support AskWoody by the Plus badge on their avatars.
AskWoody Plus members not only get access to all of the contents of this site -- including Susan Bradley's frequently updated Patch Watch listing -- they also receive weekly AskWoody Plus Newsletters (formerly Windows Secrets Newsletter) and AskWoody Plus Alerts, emails when there are important breaking developments.
Get Plus!
Welcome to our unique respite from the madness.
It's easy to post questions about Windows 11, Windows 10, Win8.1, Win7, Surface, Office, or browse through our Forums. Post anonymously or register for greater privileges. Keep it civil, please: Decorous Lounge rules strictly enforced. Questions? Contact Customer Support.
Search Newsletters
Search Forums
View the Forum
Search for Topics
Recent Topics
-
Tools to support internet discussions
by
Kathy Stevens
37 minutes ago -
How get Group Policy to allow specific Driver to download?
by
Tex265
32 minutes ago -
AI is good sometimes
by
Susan Bradley
59 minutes ago -
Mozilla quietly tests Perplexity AI as a New Firefox Search Option
by
Alex5723
6 hours, 18 minutes ago -
Perplexity Pro free for 12 mos for Samsung Galaxy phones
by
Patricia Grace
1 day, 1 hour ago -
June KB5060842 update broke DHCP server service
by
Alex5723
23 hours, 49 minutes ago -
AMD Ryzen™ Chipset Driver Release Notes 7.06.02.123
by
Alex5723
1 day, 3 hours ago -
Excessive security alerts
by
WSSebastian42
4 hours, 48 minutes ago -
* CrystalDiskMark may shorten SSD/USB Memory life
by
Alex5723
1 day, 13 hours ago -
Ben’s excellent adventure with Linux
by
Ben Myers
1 hour, 1 minute ago -
Seconds are back in Windows 10!
by
Susan Bradley
1 day ago -
WebBrowserPassView — Take inventory of your stored passwords
by
Deanna McElveen
7 hours, 2 minutes ago -
OS news from WWDC 2025
by
Will Fastie
4 hours, 24 minutes ago -
Need help with graphics…
by
WSBatBytes
8 hours, 38 minutes ago -
AMD : Out of Bounds (OOB) read vulnerability in TPM 2.0 CVE-2025-2884
by
Alex5723
2 days, 4 hours ago -
Totally remove or disable BitLocker
by
CWBillow
1 day, 3 hours ago -
Windows 10 gets 6 years of ESU?
by
n0ads
1 day, 7 hours ago -
Apple, Google stores still offer China-based VPNs, report says
by
Nibbled To Death By Ducks
2 days, 15 hours ago -
Search Forums only bring up my posts?
by
Deo
12 minutes ago -
Windows Spotlight broken on Enterprise and Pro for Workstations?
by
steeviebops
3 days, 3 hours ago -
Denmark wants to dump Microsoft for Linux + LibreOffice
by
Alex5723
2 days, 19 hours ago -
How to get Microsoft Defender to honor Group Policy Setting
by
Ralph
3 days, 3 hours ago -
Apple : Paragon’s iOS Mercenary Spyware Finds Journalists Target
by
Alex5723
3 days, 14 hours ago -
Music : The Rose Room – It’s Been A Long, Long Time album
by
Alex5723
3 days, 15 hours ago -
Disengage Bitlocker
by
CWBillow
3 days, 5 hours ago -
Mac Mini M2 Service Program for No Power Issue
by
Alex5723
3 days, 17 hours ago -
New Win 11 Pro Geekom Setup questions
by
Deo
57 seconds ago -
Windows 11 Insider Preview build 26200.5651 released to DEV
by
joep517
4 days ago -
Windows 11 Insider Preview build 26120.4441 (24H2) released to BETA
by
joep517
4 days ago -
iOS 26,, MacOS 26 : Create your own AI chatbot
by
Alex5723
4 days, 4 hours ago
Recent blog posts
Key Links
Want to Advertise in the free newsletter? How about a gift subscription in honor of a birthday? Send an email to sb@askwoody.com to ask how.
Mastodon profile for DefConPatch
Mastodon profile for AskWoody
Home • About • FAQ • Posts & Privacy • Forums • My Account
Register • Free Newsletter • Plus Membership • Gift Certificates • MS-DEFCON Alerts
Copyright ©2004-2025 by AskWoody Tech LLC. All Rights Reserved.