I have used a macro to open up the directory from which I want to get a file. It
![]() |
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 |
-
file open macro (word 2003)
Home » Forums » AskWoody support » Productivity software by function » MS Word and word processing help » file open macro (word 2003)
- This topic has 6 replies, 2 voices, and was last updated 19 years, 7 months ago.
AuthorTopicJohn Palmer
AskWoody PlusOctober 24, 2005 at 4:57 pm #425551Viewing 0 reply threadsAuthorReplies-
WSHansV
AskWoody LoungerOctober 24, 2005 at 5:18 pm #980710 -
John Palmer
AskWoody Plus -
WSHansV
AskWoody Lounger -
John Palmer
AskWoody PlusOctober 24, 2005 at 7:32 pm #980732I got the error message to go away, but now it keeps looping back and opening the dialog box after I open a file. Two escapes gets me back to the edit screen. Thanks for your time….
Private Sub CommandButton1_Click()
Unload Me
End SubPrivate Sub ListBox1_Click()
‘if a choice is clicked
Dim strFirstLetter As String
strFirstLetter = Left(Me.ListBox1.Value, 1)
ShowOpenDialog strFirstLetter
End SubPrivate Sub ListBox1_KeyPress(ByVal KeyAscii As MSForms.ReturnInteger)
‘if a key is pressed
ShowOpenDialog Chr(KeyAscii)
End SubSub ShowOpenDialog(strLetter As String)
‘whether clicked or key-pressed, this sub shows the file open dialog
strNewPath = “”
Select Case strLetter
Case “A”, “a”: strNewPath = “C:WP”
Case “B”, “b”: strNewPath = “C:WPADMINISTRATION”
Case “C”, “c”: strNewPath = “C:WPADDRESS”
Case “D”, “d”: strNewPath = “C:WPMARKET”
Case “E”, “e”: strNewPath = “C:WPMGP”
Case “F”, “f”: strNewPath = “C:WPPROPOSAL”
Case “G”, “g”: strNewPath = “C:WPCES”
Case “H”, “h”: strNewPath = “C:!projects”
Case “I”, “i”: strNewPath = “DjcDJShare”
Case “J”, “j”: strNewPath = “c:!ona hearing data”
Case “K”, “k”: strNewPath = “c:WPONA MINE”
Case “L”, “l”: strNewPath = “c:!projects”
Case “M”, “m”: strNewPath = “A:”
Case “N”, “n”: strNewPath = “D:”
End SelectIf Not Right(strNewPath, 1) = “” Then
strNewPath = strNewPath & “”
End IfWith Dialogs(wdDialogFileOpen)
.Name = strNewPath
.Show
End WithEnd Sub
Private Sub UserForm_Initialize()
Me.CommandButton1.Cancel = True
Me.CommandButton1.Caption = “Cancel”
With Me.ListBox1
.AddItem “A C:WP”
.AddItem “B C:WPADMINISTRATION”
.AddItem “C C:WPADDRESS”
.AddItem “D C:WPMARKET”
.AddItem “E C:WPMGP”
.AddItem “F C:WPPROPOSAL”
.AddItem “G C:WPCES”
.AddItem “H C:projects”
.AddItem “I Dj(2) c:DJShare”
.AddItem “J c:!ona hearing data”
.AddItem “K c:wpona mine”
.AddItem “L c:!projects”
.AddItem “M A:”
.AddItem “N D:”
.SetFocus
End With
End Sub -
WSHansV
AskWoody Lounger -
John Palmer
AskWoody Plus
-
-
-
-
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
-
AMD : Out of Bounds (OOB) read vulnerability in TPM 2.0 CVE-2025-2884
by
Alex5723
4 hours, 6 minutes ago -
Totally remove or disable BitLocker
by
CWBillow
3 hours ago -
Windows 10 gets 6 years of ESU?
by
n0ads
49 minutes ago -
Apple, Google stores still offer China-based VPNs, report says
by
Nibbled To Death By Ducks
14 hours, 53 minutes ago -
Search Forums only bring up my posts?
by
Deo
15 hours, 6 minutes ago -
Windows Spotlight broken on Enterprise and Pro for Workstations?
by
steeviebops
1 day, 2 hours ago -
Denmark wants to dump Microsoft for Linux + LibreOffice
by
Alex5723
19 hours, 11 minutes ago -
How to get Microsoft Defender to honor Group Policy Setting
by
Ralph
1 day, 3 hours ago -
Apple : Paragon’s iOS Mercenary Spyware Finds Journalists Target
by
Alex5723
1 day, 13 hours ago -
Music : The Rose Room – It’s Been A Long, Long Time album
by
Alex5723
1 day, 14 hours ago -
Disengage Bitlocker
by
CWBillow
1 day, 4 hours ago -
Mac Mini M2 Service Program for No Power Issue
by
Alex5723
1 day, 16 hours ago -
New Win 11 Pro Geekom Setup questions
by
Deo
15 hours, 2 minutes ago -
Windows 11 Insider Preview build 26200.5651 released to DEV
by
joep517
1 day, 23 hours ago -
Windows 11 Insider Preview build 26120.4441 (24H2) released to BETA
by
joep517
1 day, 23 hours ago -
iOS 26,, MacOS 26 : Create your own AI chatbot
by
Alex5723
2 days, 3 hours ago -
New PC transfer program recommendations?
by
DaveBoston
8 hours, 32 minutes ago -
Windows 11 Insider Preview Build 22631.5545 (23H2) released to Release Preview
by
joep517
2 days, 7 hours ago -
Windows 10 Build 19045.6029 (22H2) to Release Preview Channel
by
joep517
2 days, 7 hours ago -
Best tools for upgrading a Windows 10 to an 11
by
Susan Bradley
1 day, 20 hours ago -
The end of Windows 10 is approaching, consider Linux and LibreOffice
by
Alex5723
1 day ago -
Extended Windows Built-in Disk Cleanup Utility
by
bbearren
1 day, 8 hours ago -
Win 11 24H2 June 2025 Update breaks WIFI
by
dportenlanger
3 days, 2 hours ago -
Update from WinPro 10 v. 1511 on T460p?
by
CatoRenasci
2 days ago -
System Restore and Updates Paused
by
veteran
3 days, 5 hours ago -
Windows 10/11 clock app
by
Kathy Stevens
2 days, 16 hours ago -
Turn off right-click draw
by
Charles Billow
3 days, 8 hours ago -
Introducing ChromeOS M137 to The Stable Channel
by
Alex5723
3 days, 11 hours ago -
Brian Wilson (The Beach Boys) R.I.P
by
Alex5723
22 minutes ago -
Master patch listing for June 10, 2025
by
Susan Bradley
3 days, 13 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.