Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Error Mismatch.........Can you help
#3
Solved: 11 Years, 3 Months, 3 Weeks ago Wink 
Hi Blue,

The error was due to wrong syntax. you were using StrDatesValue(1) but the correct value should be StrDatesValues(1).

Code:
' The old code is:
StrFinalDate = StrDatesValues(0)&StrDatesValue(1)&Right(StrDatesValues(2),2)

' Updated code is:
StrFinalDate = StrDatesValues(0)&StrDatesValues(1)&Right(StrDatesValues(2),2)

Hope it will run fine at your end too.


Smile
Reply


Messages In This Thread
RE: Error Mismatch.........Can you help - by A.Saini - 10-25-2010, 03:41 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Type Mismatch:Check point while using DP Uma 0 3,778 09-07-2011, 05:26 AM
Last Post: Uma
  Type mismatch is displayed for .SET method (Blank value) dineshb 4 4,318 07-20-2010, 08:58 PM
Last Post: dineshb
  Type mismatch error vijay44 1 2,538 01-22-2010, 02:58 PM
Last Post: ambareesh
Smile Type Mismatch Error using QTP sunillsvu 0 6,611 01-19-2010, 01:14 PM
Last Post: sunillsvu

Forum Jump:


Users browsing this thread: 1 Guest(s)