Has tried removed the $ in the '01$' too by the following code
Dts.Variables.Item(
)
Still throws the following error
[EX_SRC Get Each WorkSheet Data [1]] Error: Opening a rowset for "'01' " failed. Check that the object exists in the database.
FO your information......AM having Excel 2003 with SP 3 ....IS it anything to do with excel saving format too?...like 2.0,3.0.....any specification for this
Gotchaaaaaaaaaaaaaaaaaaaaaaaa :)
We have to remove the space in the sheet name.Use this code below in the script editor before assigning it to Dataflowtask which is inside the for loop ..
"uvWorkSheet").Value = Dts.Variables.Item("uvWorkSheet").Value.ToString().Trim()
Cheers
Vijay
Sorry for the delay!
I was on vacations!
Congratulations for resolving the issue!
regards´,
pedro