Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Menus and Toolbars / January 2004

Tip: Looking for answers? Try searching our database.

Set file to show as LIST not icons

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
B Toombs - 06 Jan 2004 00:37 GMT
How do I set the file to open with LISTs of file names
instead of Icons. I can do it individually but then the
next time I open that program - all files are back to
ICONs HELP please
Graham Mayor - 06 Jan 2004 06:22 GMT
The short answer is you can't, but Bob Buckland came up with the following
macro to set the required parameters
Eg for the insert picture dialog

Sub InsertPicture()
'
' InsertPicture Macro
'   by Bob Buckland ?:-)
' Inserts a picture from a graphics file
' Sets the View to (D)etail with SendKeys
'  View choices [change last Sendkey Letter]
'    D - (D)etails view
'    G - Lar(g)e Icon view
'    L - (L)ist view
'    M - S(m)all Icon view
'    R - P(r)operties View
'    V - Pre(v)iew View

 SendKeys ("%L{LEFT}D")
  Dialogs(wdDialogInsertPicture).Show

End Sub
=============

Signature

<>>< ><<> ><<> <>>< ><<> <>>< <>>< ><<>
    Graham Mayor -  Word MVP
      E-mail gmayor@mvps.org
     Web site www.gmayor.com
 Word MVP web site www.mvps.org/word
<>>< ><<> ><<> <>>< ><<> <>>< <>>< ><<>

> How do I set the file to open with LISTs of file names
> instead of Icons. I can do it individually but then the
> next time I open that program - all files are back to
> ICONs HELP please
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.