View Single Post
  #4   Report Post  
OHM \( Terry Burns \)
 
Posts: n/a
Default

I think this is a Windows System issue, if I think About it, this is the
same for most folders.



--
OHM ( Terry Burns ) * Use the following to email me *

Dim ch() As Char = "ufssz/cvsotAhsfbuTpmvujpotXjui/OFU".ToCharArray()
For i As Int32 = 0 To ch.Length - 1
ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) - 1)
Next
Process.Start("mailto:" & New String(ch))
--
"Jezebel" wrote in message
...
Not easy through VBA. You can use VBA to display the FileNew dialog, but
the
selection of icons/list/details is not one of the form's arguments. Nor
can
you work-around with SendKeys: you can't get to those buttons by keyboard
alone, either -- those buttons aren't part of the dialog's tab order.



"Suzanne S. Barnhill" wrote in message
...
File | New always defaults to Large Icons. It may be possible to change

this
via VBA, but it is not possible through the UI. Since this is going to be

a
VBA issue, you might be more likely to get the answer you need if you
post
in one of the word.vba NGs.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup

so
all may benefit.

"OHM ( Terry Burns )" wrote in message
...
OK, Now I have set up my templates in a directory to be shared by

others.
This is fine at the moment because there are only a few but its a bit

messy
in large icons mode.

When I choose File | New | Templates On My Computer, you get the
General

Tab
with the templates in it, which is OK, but it allways comes up in Large
icons Mode, I want it to come up in Details Mode by default.

How can I acheive this.


--
OHM ( Terry Burns ) * Use the following to email me *

Dim ch() As Char = "ufssz/cvsotAhsfbuTpmvujpotXjui/OFU".ToCharArray()
For i As Int32 = 0 To ch.Length - 1
ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) - 1)
Next
Process.Start("mailto:" & New String(ch))
--