Chapter BuiltIn Dialog Boxes Excel VBA Macros -. Office Visual Basic for Applications content. Skip to content. Find file Copy path VBA Application.Dialogs(xlDialogOpen).Show., > Excel Macros and VBA Use the built-in dialogs using VBA in Microsoft Excel. Application.Dialogs(xlDialogSaveAs).Show..
VBA File dialog box [Archive] - Actuarial Outpost
Chapter BuiltIn Dialog Boxes Excel VBA Macros -. Application.Dialogs(xlDialogOpen) the Dialog object has only one useful property or method: the Show method. 0-1 Excel Vba Form Weights And Measures., Application.Dialogs(xlDialogOpen) the Dialog object has only one useful property or method: the Show method. 0-1 Excel Vba Form Weights And Measures..
The macros can be copied to a VBA module, where you can adjust them to meet your needs. Application.Dialogs(xlDialogOpen).Show End Sub Sub CloseBook() 2015-09-26В В· I've got the VBA code below that does indeed work fine for try it with xlDialogOpen: (Modify wePath to your Path) Application.Dialogs(xlDialogOpen).Show
2004-01-06В В· dlgAnswer = Application.Dialogs(xlDialogOpen).Show False (default) saves files against the language of Visual Basic for Applications (VBA) 2003-10-08В В· Forums В» VB6 / VBA / ASP В» VBA В» Setting xlDialogOpen to look for specific Files of Type. When using Application.Dialogs(xlDialogOpen).Show,
The macros can be copied to a VBA module, where you can adjust them to meet your needs. Application.Dialogs(xlDialogOpen).Show End Sub Sub CloseBook() Application.Dialogs(xlDialogOpen) the Dialog object has only one useful property or method: the Show method. 0-1 Excel Vba Form Weights And Measures.
How to open containing folder of current workbook Open containing folder with VBA; Open containing folder of current Application.Dialogs(xlDialogOpen).Show 2013-03-14 · Open folder with "Application.dialogs(xldialogopen).show ChDir ActiveWorkbook.Path() Application.Dialogs the navigation pane option is not exposed in vba…
Application.Dialogs(xlDialogOpen) the Dialog object has only one useful property or method: the Show method. 0-1 Excel Vba Form Weights And Measures. How to open containing folder of current workbook Open containing folder with VBA; Open containing folder of current Application.Dialogs(xlDialogOpen).Show
Excel VBA Create New Workbook: 16 Easy-To-Follow Macro Examples. include the full path of the file. as I show in examples #10 and #13 below, 2014-07-30В В· XLDialogPrint - PrintWhat- Selection Option. For VBA in Excel5 3 Const PrtDlgSel_List As Integer = 4 Application.Dialogs(xlDialogPrint).Show
Application.Dialogs(xlDialogOpen).Show "Q I would like the file path selected from the dialog box VBA coding for automatically saving an excel file 2003-06-09В В· [Archive] VBA - File dialog box Set w = Application.Dialogs(xlDialogOpen) w.Show End Sub. Bama Gambler. 06-09-2003, 'Declare a variable to contain the path
About Excel Built-in Dialogs Excel Built-in Dialogs VBA. Dim dlgResult dlgResult = Application.Dialogs(xlDialogOpen).Show 'Validate Result If dlgResult Application.dialogs(xldialogsaveas).show - to change the code to use a relative path reference by excel application itself and not using VBA
I can't seem to get my VBA code //www.experts-exchange.com/questions/27241562/xlDialogOpenText-dialog-use Application.Dialogs(xlDialogOpen).Show is Application.Dialogs(xlDialogOpen).Show "Q I would like the file path selected from the dialog box VBA coding for automatically saving an excel file
2008-08-26В В· I have a little problem with this VBA Code in Application.Dialogs(xlDialogSaveAs).Show and opens the Save As dialog with the right path and name suggestion > Excel Macros and VBA Use the built-in dialogs using VBA in Microsoft Excel. Application.Dialogs(xlDialogSaveAs).Show.
How to open containing folder of current workbook Open containing folder with VBA; Open containing folder of current Application.Dialogs(xlDialogOpen).Show 2003-10-08В В· Forums В» VB6 / VBA / ASP В» VBA В» Setting xlDialogOpen to look for specific Files of Type. When using Application.Dialogs(xlDialogOpen).Show,
How to set Path for wdDialogFileSaveAs Dialog?
Chapter BuiltIn Dialog Boxes Excel VBA Macros -. 2015-09-26В В· I've got the VBA code below that does indeed work fine for try it with xlDialogOpen: (Modify wePath to your Path) Application.Dialogs(xlDialogOpen).Show, 2015-09-26В В· I've got the VBA code below that does indeed work fine for try it with xlDialogOpen: (Modify wePath to your Path) Application.Dialogs(xlDialogOpen).Show.
Word 2010 VBA How to set file type in
Chapter BuiltIn Dialog Boxes Excel VBA Macros -. 2003-10-08В В· Forums В» VB6 / VBA / ASP В» VBA В» Setting xlDialogOpen to look for specific Files of Type. When using Application.Dialogs(xlDialogOpen).Show, 2003-02-04В В· VBA Visual Basic for Applications (Microsoft) Forum; (to set path) With Dialogs Application.Dialogs(xlDialogOpen).Show.
2015-03-18В В· VBA Application.FileDialog DirOorspr = CurDir ChDir ThisWorkbook.Path With Application.FileDialog Application.Dialogs(xlDialogOpen).Show Arg1: Office Visual Basic for Applications content. Skip to content. Find file Copy path VBA Application.Dialogs(xlDialogOpen).Show.
VBA Open File DialogBox – Excel Macros Example Code. Here is the VBA code syntax to show the open File dialog title to show. strFileToOpen = Application Returning a value after .Show-ing a built-in Word dialog box. we use something like. Word.Application.Dialogs with calling Word's built-in dialogs using VBA
Application.Dialogs(xlDialogOpen).Show "Q I would like the file path selected from the dialog box VBA coding for automatically saving an excel file exCelдёзљ„vBA,и§Је†іж–№жЎ€1пјљdim o UserFile = Wdapp.Path... excelз”ЁVBAеЏ¦ 2.ењЁжЊ‰й’®дёеЉ е…Ґд»Јз Ѓ Application.Dialogs(xlDialogPrint).Show.
Contribute to MicrosoftDocs/VBA-Docs development by creating an account on GitHub. Find file Copy path dlgAnswer = Application.Dialogs(xlDialogOpen).Show. Category: VBA Multiple Substitute Application. Dialogs (xlDialogOpen). Show End If The point is that I need to get the path to these workbooks I want to email.
choosing a path to save the current file; varPath = Application.Dialogs(xlDialogOpen).Show or you are looking to hire a VBA programmer feel free to contact me. exCelдёзљ„vBA,и§Је†іж–№жЎ€1пјљdim o UserFile = Wdapp.Path... excelз”ЁVBAеЏ¦ 2.ењЁжЊ‰й’®дёеЉ е…Ґд»Јз Ѓ Application.Dialogs(xlDialogPrint).Show.
2011-07-11 · You can use the following VBA code to solve read_only_rec res = dlg.Show Dim res As Boolean Set dlg = Application.Dialogs(xlDialogOpen VBA Open File DialogBox – Excel Macros Example Code. Here is the VBA code syntax to show the open File dialog title to show. strFileToOpen = Application
I am using Application.Dialogs(xlDialogOpen).Show but it goes How can I write an Excel VBA macro to save the change the code to use a relative path reference е®ље€¶жЁЎеќ—иЎЊдёє (1) Option Explicit 'ејєе€¶еЇ№жЁЎеќ—е†…дє«жњ‰еЏй‡Џиї›иЎЊе®Јз¤є Option Private Module 'ж ‡и®°жЁЎеќ—дёєз§Ѓе®¶пјЊд»…еЇ№з›ёеђЊе·ҐзЁ‹иў«еЏ¦е¤–жЁЎеќ—
2013-03-14В В· Open folder with "Application.dialogs(xldialogopen).show ChDir ActiveWorkbook.Path() Application.Dialogs the navigation pane option is not exposed in vba. to Application.dialogs(xldialogsaveas).show - to change the code to use a relative path reference by excel application itself and not using VBA
2015-06-08 · Home Forums > Forums > VBA Macros > There is indeed more in my code, but I thought the Application.Dialogs(xlDialogSaveAs).Show code was … 2014-07-30 · XLDialogPrint - PrintWhat- Selection Option. For VBA in Excel5 3 Const PrtDlgSel_List As Integer = 4 Application.Dialogs(xlDialogPrint).Show
2007-02-15В В· For all general questions relating to Excel but not including VBA or automatically show a network path and Application.Dialogs(xlDialogOpen).Show I am using Application.Dialogs(xlDialogOpen).Show but it goes How can I write an Excel VBA macro to save the change the code to use a relative path reference
2007-11-29В В· xlDialogOpen arguments. > > Application.Dialogs.Item(xlDialogOpen).Show Arg1: xlDialogOpen get it to return Path. Using cmdlg xlDialogOpen. Application.Dialogs(xlDialogOpen) the Dialog object has only one useful property or method: the Show method. 0-1 Excel Vba Form Weights And Measures.
The SOSCQ Page VBA/VB
How to replace Excel's standard menu using VBA macros. How to open containing folder of current workbook Open containing folder with VBA; Open containing folder of current Application.Dialogs(xlDialogOpen).Show, 2013-01-04В В· How can I create a dynamic browse file to open excel spreadsheet on your documents. В· The line Application.Dialogs(xlDialogOpen).Show will display the.
ExcelMadeEasy Vba display open dialog box explorer in
VBA File dialog box [Archive] - Actuarial Outpost. The macros can be copied to a VBA module, where you can adjust them to meet your needs. Application.Dialogs(xlDialogOpen).Show End Sub Sub CloseBook(), 2013-01-04В В· How can I create a dynamic browse file to open excel spreadsheet on your documents. В· The line Application.Dialogs(xlDialogOpen).Show will display the.
Many VBA methods are known as dialog box equivalents because Accessing an Applications Builtin Dialog Boxes. If Not Application.Dialogs(xlDialogPrint).Show Then. blnResponse = Application.Dialogs(xlDialogOpen).Show("*.xls") '' ' If blnResponse is False Vba extract file name from full path . Vba delete rows with vba .
2013-03-14 · Open folder with "Application.dialogs(xldialogopen).show ChDir ActiveWorkbook.Path() Application.Dialogs the navigation pane option is not exposed in vba. to VBA Open File DialogBox – Excel Macros Example Code. Here is the VBA code syntax to show the open File dialog title to show. strFileToOpen = Application
2013-03-14 · Open folder with "Application.dialogs(xldialogopen).show ChDir ActiveWorkbook.Path() Application.Dialogs the navigation pane option is not exposed in vba… Contribute to MicrosoftDocs/VBA-Docs development by creating an account on GitHub. Find file Copy path dlgAnswer = Application.Dialogs(xlDialogOpen).Show.
2013-03-14 · Open folder with "Application.dialogs(xldialogopen).show ChDir ActiveWorkbook.Path() Application.Dialogs the navigation pane option is not exposed in vba… Office Visual Basic for Applications content. Skip to content. Find file Copy path VBA Application.Dialogs(xlDialogOpen).Show.
Application.Dialogs(xlDialogProperties).Show End Sub. Der Eintrag "Path" muss nicht zwingend existieren..VBA-Code Public Sub ListRegisteredPrograms() End Sub. Word 2010 VBA - How to set file type in wdDialogFileOpen? "*.pdf".AllowMultiSelect = False.Show srcPDF = .SelectedItems(1)
exCelдёзљ„vBA,и§Је†іж–№жЎ€1пјљdim o UserFile = Wdapp.Path... excelз”ЁVBAеЏ¦ 2.ењЁжЊ‰й’®дёеЉ е…Ґд»Јз Ѓ Application.Dialogs(xlDialogPrint).Show. е®ље€¶жЁЎеќ—иЎЊдёє (1) Option Explicit 'ејєе€¶еЇ№жЁЎеќ—е†…дє«жњ‰еЏй‡Џиї›иЎЊе®Јз¤є Option Private Module 'ж ‡и®°жЁЎеќ—дёєз§Ѓе®¶пјЊд»…еЇ№з›ёеђЊе·ҐзЁ‹иў«еЏ¦е¤–жЁЎеќ—
Application.Dialogs(xlDialogProperties).Show End Sub. Der Eintrag "Path" muss nicht zwingend existieren..VBA-Code Public Sub ListRegisteredPrograms() End Sub. ... (Excel VBA) to automatically I would like the file path selected from the dialog box to be added to the cell in the Application.Dialogs(xlDialogOpen).Show
2007-02-15В В· For all general questions relating to Excel but not including VBA or automatically show a network path and Application.Dialogs(xlDialogOpen).Show On another forum I was asked how to set the default directory when \" ChDir Mystr Application.Dialogs(xlDialogSaveAs).Show to do this if the default path was
Contribute to MicrosoftDocs/VBA-Docs development by creating an account on GitHub. Find file Copy path dlgAnswer = Application.Dialogs(xlDialogOpen).Show. Office Visual Basic for Applications content. Skip to content. Find file Copy path VBA Application.Dialogs(xlDialogOpen).Show.
I am using Application.Dialogs(xlDialogOpen).Show but it goes How can I write an Excel VBA macro to save the change the code to use a relative path reference 2013-01-04В В· How can I create a dynamic browse file to open excel spreadsheet on your documents. В· The line Application.Dialogs(xlDialogOpen).Show will display the
Office Visual Basic for Applications content. Skip to content. Find file Copy path VBA Application.Dialogs(xlDialogOpen).Show. M. Kofler, Definitive Guide to Excel VBA In a VBA program you can select these forms with the Application result = Application.Dialogs(xlDialogOpen).Show
2008-08-26В В· I have a little problem with this VBA Code in Application.Dialogs(xlDialogSaveAs).Show and opens the Save As dialog with the right path and name suggestion I can't seem to get my VBA code //www.experts-exchange.com/questions/27241562/xlDialogOpenText-dialog-use Application.Dialogs(xlDialogOpen).Show is
How do I "save as" with a predefined filename? Application.Dialogs(xlDialogSaveAs).Show "C:\AAA\" & Sheets(1) MsgBox "Not a valid path" 'cancel End If End Sub 2014-07-30В В· XLDialogPrint - PrintWhat- Selection Option. For VBA in Excel5 3 Const PrtDlgSel_List As Integer = 4 Application.Dialogs(xlDialogPrint).Show
... (Excel VBA) to automatically I would like the file path selected from the dialog box to be added to the cell in the Application.Dialogs(xlDialogOpen).Show 2003-06-09В В· [Archive] VBA - File dialog box Set w = Application.Dialogs(xlDialogOpen) w.Show End Sub. Bama Gambler. 06-09-2003, 'Declare a variable to contain the path
I can't seem to get my VBA code //www.experts-exchange.com/questions/27241562/xlDialogOpenText-dialog-use Application.Dialogs(xlDialogOpen).Show is 2007-11-29В В· xlDialogOpen arguments. > > Application.Dialogs.Item(xlDialogOpen).Show Arg1: xlDialogOpen get it to return Path. Using cmdlg xlDialogOpen.
Application.Dialogs(xlDialogProperties).Show End Sub. Der Eintrag "Path" muss nicht zwingend existieren..VBA-Code Public Sub ListRegisteredPrograms() End Sub. 2003-06-09В В· [Archive] VBA - File dialog box Set w = Application.Dialogs(xlDialogOpen) w.Show End Sub. Bama Gambler. 06-09-2003, 'Declare a variable to contain the path
2007-11-29 · xlDialogOpen arguments. > > Application.Dialogs.Item(xlDialogOpen).Show Arg1: xlDialogOpen get it to return Path. Using cmdlg xlDialogOpen. Board index » VBA. CStr(Application.Caption)) End If objWordApp.Dialogs(wdDialogFileOpen).Show . Cindy Meister INTER …
2004-01-06В В· dlgAnswer = Application.Dialogs(xlDialogOpen).Show False (default) saves files against the language of Visual Basic for Applications (VBA) Application.Dialogs(xlDialogProperties).Show End Sub. Der Eintrag "Path" muss nicht zwingend existieren..VBA-Code Public Sub ListRegisteredPrograms() End Sub.
2013-03-14В В· Excel Programming / VBA Open folder with "Application.dialogs(xldialogopen).show that worked Modified it slightly to drop down one level from my active path Many VBA methods are known as dialog box equivalents because Accessing an Applications Builtin Dialog Boxes. If Not Application.Dialogs(xlDialogPrint).Show Then.
How do I "save as" with a predefined filename? Application.Dialogs(xlDialogSaveAs).Show "C:\AAA\" & Sheets(1) MsgBox "Not a valid path" 'cancel End If End Sub 2015-03-18В В· VBA Application.FileDialog DirOorspr = CurDir ChDir ThisWorkbook.Path With Application.FileDialog Application.Dialogs(xlDialogOpen).Show Arg1:
Chapter BuiltIn Dialog Boxes Excel VBA Macros -. 2007-11-29В В· xlDialogOpen arguments. > > Application.Dialogs.Item(xlDialogOpen).Show Arg1: xlDialogOpen get it to return Path. Using cmdlg xlDialogOpen., blnResponse = Application.Dialogs(xlDialogOpen).Show("*.xls") '' ' If blnResponse is False Vba extract file name from full path . Vba delete rows with vba ..
Word 2010 VBA How to set file type in
Chapter BuiltIn Dialog Boxes Excel VBA Macros -. 2008-08-26В В· I have a little problem with this VBA Code in Application.Dialogs(xlDialogSaveAs).Show and opens the Save As dialog with the right path and name suggestion, ... (Excel VBA) to automatically I would like the file path selected from the dialog box to be added to the cell in the Application.Dialogs(xlDialogOpen).Show.
Category VBA Page 8 – Daily Dose of Excel
ExcelMadeEasy Vba display open dialog box explorer in. The macros can be copied to a VBA module, where you can adjust them to meet your needs. Application.Dialogs(xlDialogOpen).Show End Sub Sub CloseBook() ... (Excel VBA) to automatically I would like the file path selected from the dialog box to be added to the cell in the Application.Dialogs(xlDialogOpen).Show.
2003-02-04В В· VBA Visual Basic for Applications (Microsoft) Forum; (to set path) With Dialogs Application.Dialogs(xlDialogOpen).Show Category: VBA Multiple Substitute Application. Dialogs (xlDialogOpen). Show End If The point is that I need to get the path to these workbooks I want to email.
exCelдёзљ„vBA,и§Је†іж–№жЎ€1пјљdim o UserFile = Wdapp.Path... excelз”ЁVBAеЏ¦ 2.ењЁжЊ‰й’®дёеЉ е…Ґд»Јз Ѓ Application.Dialogs(xlDialogPrint).Show. choosing a path to save the current file; varPath = Application.Dialogs(xlDialogOpen).Show or you are looking to hire a VBA programmer feel free to contact me.
I can't seem to get my VBA code //www.experts-exchange.com/questions/27241562/xlDialogOpenText-dialog-use Application.Dialogs(xlDialogOpen).Show is Category: VBA Multiple Substitute Application. Dialogs (xlDialogOpen). Show End If The point is that I need to get the path to these workbooks I want to email.
2003-10-08В В· Forums В» VB6 / VBA / ASP В» VBA В» Setting xlDialogOpen to look for specific Files of Type. When using Application.Dialogs(xlDialogOpen).Show, 2013-03-14В В· Excel Programming / VBA Open folder with "Application.dialogs(xldialogopen).show that worked Modified it slightly to drop down one level from my active path
exCelдёзљ„vBA,и§Је†іж–№жЎ€1пјљdim o UserFile = Wdapp.Path... excelз”ЁVBAеЏ¦ 2.ењЁжЊ‰й’®дёеЉ е…Ґд»Јз Ѓ Application.Dialogs(xlDialogPrint).Show. > Excel Macros and VBA Use the built-in dialogs using VBA in Microsoft Excel. Application.Dialogs(xlDialogSaveAs).Show.
VBA Open File DialogBox – Excel Macros Example Code. Here is the VBA code syntax to show the open File dialog title to show. strFileToOpen = Application 2003-06-09 · [Archive] VBA - File dialog box Set w = Application.Dialogs(xlDialogOpen) w.Show End Sub. Bama Gambler. 06-09-2003, 'Declare a variable to contain the path
I can't seem to get my VBA code //www.experts-exchange.com/questions/27241562/xlDialogOpenText-dialog-use Application.Dialogs(xlDialogOpen).Show is 2004-01-06В В· dlgAnswer = Application.Dialogs(xlDialogOpen).Show False (default) saves files against the language of Visual Basic for Applications (VBA)
2003-06-09В В· [Archive] VBA - File dialog box Set w = Application.Dialogs(xlDialogOpen) w.Show End Sub. Bama Gambler. 06-09-2003, 'Declare a variable to contain the path I am using Application.Dialogs(xlDialogOpen).Show but it goes How can I write an Excel VBA macro to save the change the code to use a relative path reference
Word 2010 VBA - How to set file type in wdDialogFileOpen? "*.pdf".AllowMultiSelect = False.Show srcPDF = .SelectedItems(1) ... (Excel VBA) to automatically I would like the file path selected from the dialog box to be added to the cell in the Application.Dialogs(xlDialogOpen).Show
... (Excel VBA) to automatically I would like the file path selected from the dialog box to be added to the cell in the Application.Dialogs(xlDialogOpen).Show 2013-03-14 · Open folder with "Application.dialogs(xldialogopen).show ChDir ActiveWorkbook.Path() Application.Dialogs the navigation pane option is not exposed in vba…
How to open containing folder of current workbook Open containing folder with VBA; Open containing folder of current Application.Dialogs(xlDialogOpen).Show Contribute to MicrosoftDocs/VBA-Docs development by creating an account on GitHub. Find file Copy path dlgAnswer = Application.Dialogs(xlDialogOpen).Show.
Board index » VBA. CStr(Application.Caption)) End If objWordApp.Dialogs(wdDialogFileOpen).Show . Cindy Meister INTER … On another forum I was asked how to set the default directory when \" ChDir Mystr Application.Dialogs(xlDialogSaveAs).Show to do this if the default path was
2003-06-09В В· [Archive] VBA - File dialog box Set w = Application.Dialogs(xlDialogOpen) w.Show End Sub. Bama Gambler. 06-09-2003, 'Declare a variable to contain the path M. Kofler, Definitive Guide to Excel VBA In a VBA program you can select these forms with the Application result = Application.Dialogs(xlDialogOpen).Show
2003-10-08В В· Forums В» VB6 / VBA / ASP В» VBA В» Setting xlDialogOpen to look for specific Files of Type. When using Application.Dialogs(xlDialogOpen).Show, I am using Application.Dialogs(xlDialogOpen).Show but it goes How can I write an Excel VBA macro to save the change the code to use a relative path reference
2014-07-30В В· XLDialogPrint - PrintWhat- Selection Option. For VBA in Excel5 3 Const PrtDlgSel_List As Integer = 4 Application.Dialogs(xlDialogPrint).Show On another forum I was asked how to set the default directory when \" ChDir Mystr Application.Dialogs(xlDialogSaveAs).Show to do this if the default path was
Application.dialogs(xldialogsaveas).show - to change the code to use a relative path reference by excel application itself and not using VBA 2013-03-14 · Open folder with "Application.dialogs(xldialogopen).show ChDir ActiveWorkbook.Path() Application.Dialogs the navigation pane option is not exposed in vba…
2003-06-09В В· [Archive] VBA - File dialog box Set w = Application.Dialogs(xlDialogOpen) w.Show End Sub. Bama Gambler. 06-09-2003, 'Declare a variable to contain the path 2008-08-26В В· I have a little problem with this VBA Code in Application.Dialogs(xlDialogSaveAs).Show and opens the Save As dialog with the right path and name suggestion
choosing a path to save the current file; varPath = Application.Dialogs(xlDialogOpen).Show or you are looking to hire a VBA programmer feel free to contact me. 2014-07-30В В· XLDialogPrint - PrintWhat- Selection Option. For VBA in Excel5 3 Const PrtDlgSel_List As Integer = 4 Application.Dialogs(xlDialogPrint).Show
2003-02-04В В· VBA Visual Basic for Applications (Microsoft) Forum; (to set path) With Dialogs Application.Dialogs(xlDialogOpen).Show 2003-10-08В В· Forums В» VB6 / VBA / ASP В» VBA В» Setting xlDialogOpen to look for specific Files of Type. When using Application.Dialogs(xlDialogOpen).Show,
Category: VBA Multiple Substitute Application. Dialogs (xlDialogOpen). Show End If The point is that I need to get the path to these workbooks I want to email. Application.Dialogs(xlDialogProperties).Show End Sub. Der Eintrag "Path" muss nicht zwingend existieren..VBA-Code Public Sub ListRegisteredPrograms() End Sub.
Board index » VBA. CStr(Application.Caption)) End If objWordApp.Dialogs(wdDialogFileOpen).Show . Cindy Meister INTER … 2011-07-11 · You can use the following VBA code to solve read_only_rec res = dlg.Show Dim res As Boolean Set dlg = Application.Dialogs(xlDialogOpen