Hi all,
I'm kinda new to this so i'm not sure how to make this work.
So basically, I'm trying to run this report once a week for the following week, so the dates need to change to match.
After i recorded up to the part where i need to enter the command to run the report, i'm trying to make it insert date with format mmddyy after the command string ...IGF-. So i tried and insert the Putstring command below. However, instead of inserting the string after ..IGF, it inserted the dates right at the beginning, after 15C.
Can anyone help shed some light on this?
Below is the what i have.
' This section of code contains the recorded events
Sess0.Screen.Sendkeys("15C<Enter>")
Sess0.Screen.Sendkeys("<Down><Down><Down><Down><Down><Down><Down><Down>1<Enter>")
Sess0.Screen.Sendkeys("IRQ-FLO.IGF-.")
Sess0.Screen.Putstring format(date+7,"mmddyy")
System.TimeoutValue = OldSystemTimeout
End Sub
Much appreciated.
I'm kinda new to this so i'm not sure how to make this work.
So basically, I'm trying to run this report once a week for the following week, so the dates need to change to match.
After i recorded up to the part where i need to enter the command to run the report, i'm trying to make it insert date with format mmddyy after the command string ...IGF-. So i tried and insert the Putstring command below. However, instead of inserting the string after ..IGF, it inserted the dates right at the beginning, after 15C.
Can anyone help shed some light on this?
Below is the what i have.
' This section of code contains the recorded events
Sess0.Screen.Sendkeys("15C<Enter>")
Sess0.Screen.Sendkeys("<Down><Down><Down><Down><Down><Down><Down><Down>1<Enter>")
Sess0.Screen.Sendkeys("IRQ-FLO.IGF-.")
Sess0.Screen.Putstring format(date+7,"mmddyy")
System.TimeoutValue = OldSystemTimeout
End Sub
Much appreciated.