Hi all,
I need to get todays date, and then generate a new date 7 days from todays date.
I can do this in excel and it works
Dim newdate
newdate = DateAdd("d", 7, Date)' adds however many days
newdate = Format(newdate, "ddmmyy") 'formats my date
MsgBox newdate
In this case I will only be...
Hi all, I'm having a problem with the below code,
It does what I want it to do so far, however once its processed the first row in excel it ends, I cant get it to loop to the 2nd row in excel.
Also when I read the screen in extra my test variable writes back to excel its placing it on f row...
I use extra at work. I need to capture a line of txt that is displayed on the screen.
The txt will always appear on the same screen in my active session. It can however appear on different rows.
I need to find the txt on screen, XYZInformation:
I need to capture the 6 or seven charecters to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.