Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi there,
I am new to the world of macros and was wondering if there was any way to create a macro that could open a file which changed name daily. Also what coding would you use if it changed directory/location too? Kindest Regards, Juliodenero |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
maybe this
Sub test() Dim OpenAFile As FileDialog Set OpenAFile = Application.FileDialog(msoFileDialogOpen) With Application.FileDialog(msoFileDialogOpen) If .Show Then .Execute End With End Sub " wrote: Hi there, I am new to the world of macros and was wondering if there was any way to create a macro that could open a file which changed name daily. Also what coding would you use if it changed directory/location too? Kindest Regards, Juliodenero |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Opening Files | Excel Discussion (Misc queries) | |||
opening files | Excel Discussion (Misc queries) | |||
How can I view files chronologically when opening multiple files | Excel Discussion (Misc queries) | |||
Opening Files with the Same Name | Excel Discussion (Misc queries) |