Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a workbook(A) that on a daily basis gets populated with data from
another spreadsheet(Bx). I have got the following formula that looks at the date on spreadsheet A to determine which file to open (Bx - named 1 to 31 within a folder named by month): =CONCATENATE("C:\My Documents\Control F1\Steady State\2005\",LEFT(""&TEXT(A399,"mmmm-dd"),3),"\",RIGHT(""&TEXT(A399,"mmm-dd"),2),".xls") How can I set the product as a variable that can be read in the Workbooks.Open ( ) code within a macro?? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro to open most recent file with a particular filename string | Excel Discussion (Misc queries) | |||
Why doesn't the File Open list sort into filename order? | New Users to Excel | |||
How to write a macro to open a file read-only? | Excel Programming | |||
Need macro to open a variable filename | Excel Programming | |||
Macro to open SaveAs... and change filename to cell value | Excel Programming |