Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 91
Default Details in dialog_open box

Use of FileDialog object of Application required for this purpose

This object has a property InitialView which can be set to the
following constants

msoFileDialogViewList
msoFileDialogViewThumbnail
msoFileDialogViewDetails

One snippet for reference

With Application.FileDialog(msoFileDialogOpen)
.InitialView = msoFileDialogViewThumbnail
If .Show Then .Execute
End With
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Save details WH99 Excel Discussion (Misc queries) 2 July 18th 08 03:31 PM
Freezing Details Teedie Excel Discussion (Misc queries) 6 July 3rd 08 06:19 PM
Food Details. the-jackal New Users to Excel 2 September 20th 06 04:30 AM
Hide details Paul S Panoff Excel Programming 2 February 19th 04 07:42 PM
AVI details Greg[_12_] Excel Programming 1 September 17th 03 05:32 PM


All times are GMT +1. The time now is 05:36 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"