05-02-2011, 04:42 PM
Sorry to bother you again!
I don't get it to work.
If I add a date manually, e.g. 12th of May the code looks like:
I have written the following code due to your answer: (I might have done it in a wrong way)
"mydate=day(now)
I have also tried to set in today's date (02/05/2011) but it is the same result:
I receive the following error message, see below.
I don't get it to work.
If I add a date manually, e.g. 12th of May the code looks like:
Code:
Browser("Njord Web Portal - Update").Page("Njord Web Portal - Update").Image("...").Click
Browser("Njord Web Portal - Update").Page("Njord Web Portal - Update").Link("12").Click
"mydate=day(now)
Code:
Browser("Njord Web Portal - Update").Page("Njord Web Portal - Update").Image("AccessKey")
(Access key i found out with the Object Spy function)
Variable = Dateadd "d", 1, mydate
msgbox.variable
I have also tried to set in today's date (02/05/2011) but it is the same result:
I receive the following error message, see below.