SandsB
Well-known Member
- Joined
- Feb 13, 2007
- Messages
- 731
- Office Version
- 365
- Platform
- Windows
OK, so I have a drop down in cell A1 to select the year and another dropdown in B1 to select the first part of a filename and a third dropdown in C1 to select the second part of the filename
So if select...
A1 = 2019
B1 = Donors
C1 = April
...and the file I want to open is E:\ReportFolder\2019\Donors April.xlsx
What would be the VBA to open this file?
So if select...
A1 = 2019
B1 = Donors
C1 = April
...and the file I want to open is E:\ReportFolder\2019\Donors April.xlsx
What would be the VBA to open this file?