Hi,
I wanted to get the current month and wanted to use the Save For Later. I have tried Date.Now.ToString(“MMMM”) but did not return results in the Save For Later variable.
I did try to put in Message Box and returns successfully.
Can you please help? Thanks.
There are some ways to achieve it. For now, can you try the following expression in advanced editor?
CType(Now.ToString("MMMM"),ExcelValue)
Regards,
Thank you so much Yoichi! It worked!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.