Hi everyone,
I'm trying to write a code which refers a dynamic worksheet. I have daily file whose name changes based on the date. So far, I have tried the code below:
Dim TodayDate As String
TodayDaye= Now
Windows("Now" & Daily Inventory Followup.xlsx").Activate
However, this is not working; I only get an error message.
COuld someone please help me to solve the problem?
I'm trying to write a code which refers a dynamic worksheet. I have daily file whose name changes based on the date. So far, I have tried the code below:
Dim TodayDate As String
TodayDaye= Now
Windows("Now" & Daily Inventory Followup.xlsx").Activate
However, this is not working; I only get an error message.
COuld someone please help me to solve the problem?