ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   open dialog box (https://www.excelbanter.com/excel-discussion-misc-queries/126861-open-dialog-box.html)

Carrie

open dialog box
 
hi,

how do i get the open dialog box to come up automatically
when i open excel??

I have a boss that wants that....and I aim to please.

Also, how can i make the columns in the open dialog box in the view
come closer together so there are more spreadsheets in the open dialog box?

thanks

Dave Peterson

open dialog box
 
You'll have to create a new workbook and store it in his XLStart folder:

Option Explicit
Sub Auto_Open()
Application.Dialogs(xlDialogOpen).Show
ThisWorkbook.Close savechanges:=False
End Sub

Or you could tell him to use ctrl-o.


carrie wrote:

hi,

how do i get the open dialog box to come up automatically
when i open excel??

I have a boss that wants that....and I aim to please.

Also, how can i make the columns in the open dialog box in the view
come closer together so there are more spreadsheets in the open dialog box?

thanks


--

Dave Peterson


All times are GMT +1. The time now is 11:54 AM.

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