SkywardPalm
Board Regular
- Joined
- Oct 23, 2021
- Messages
- 61
- Office Version
- 365
- Platform
- Windows
How should I go about converting this path to a dynamic path with file name that could be changing.
I've read that I can use
to accomplish this, but am not sure how to convert this specific line of VBA to incorporate it with the other specifics within the line.
VBA Code:
activeWorkbookPath = "'" & ActiveWorkbook.Path & "\[Variance Analysis Template v5.xlsm]temp_data'!R1C1:R" & LastRowCurrent & "C3"
I've read that I can use
VBA Code:
Application.ActiveWorkbook.FullName