ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Microsoft Common Dialog Control (https://www.excelbanter.com/excel-programming/357280-microsoft-common-dialog-control.html)

Mark

Microsoft Common Dialog Control
 
Hello.

With the ShowOpen method of the Common Dialog Control, is there a way to
have the dialog box come up with the file detail showing?

You can press the 'View Menu' icon at the upper right, and then select
'Details' to bring up the file timestamps. But, is there a way to set that
prior to brining up the dialog box, similar to the way you can set the
directory with the InitDir property?

Thanks,
Mark

Tom Ogilvy

Microsoft Common Dialog Control
 
Might be easier to use

s = application.GetOpenFilename()

it opens with the size and so forth displayed. At least it always has for
me.

--
Regards,
Tom Ogilvy


"mark" wrote:

Hello.

With the ShowOpen method of the Common Dialog Control, is there a way to
have the dialog box come up with the file detail showing?

You can press the 'View Menu' icon at the upper right, and then select
'Details' to bring up the file timestamps. But, is there a way to set that
prior to brining up the dialog box, similar to the way you can set the
directory with the InitDir property?

Thanks,
Mark


Mark

Microsoft Common Dialog Control
 
Thanks Tom, that does look like it would work better for what is needed.

"Tom Ogilvy" wrote:

Might be easier to use

s = application.GetOpenFilename()

it opens with the size and so forth displayed. At least it always has for
me.



All times are GMT +1. The time now is 12:34 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com