I have a weekly report that I want the bot to automatically generate for me but I want to create a logic for my bot to specifically increment the column range logic.
Initialize variable, variable is a excel column range:
strStartofWeek = “AZ” (Last thursday)
strEndofWeek = “BC” (Today, Tuesday)
Is there a way to build a logic to increment column range?
For example:
Check day if its not Thursday
New day calculation = “BC” + 1 = “BD”
Once check if its Thursday,
New week calculation = “AZ” + 7 = “BG”