Dynamic Names While Opening Workbook (StudioX)

Hi guys,
first of all this is studioX

you can see image below that i need help,
this is excel file which i am going to use for my automation process.
at the end of it you will see date in excel name…

after process i’ll save this file 6.3.2025.xlsm (can i do that automatically?)

and tomorrow, i wanna do same automation with the file name with 6.3.2025

tl dr

i wanna do dynamic names for my excel opening and saving, daily.

please dont forget, this is studioX not UiPath… so i am rescricted.

@Krmi

try to save the file name in variable or in config file.

so that you can store the name which you want in config or any directory location.

Use that variable to open or rename the file

After processing - you can copy this file

Source of the file - Your excel file
Destination of the file - In StudioX also - open in advanced editor

Give the path as “Yourfolderpathwhereyouwanttosavethefile” & Datetime.now.tostring(“dd.MM.yyyy”) & “.xlsm”

You can delete source file if not needed

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.