January 11, 2015 at 10:13 am
All,
I have DTS packages which are created from VB. The ranges are scoped to the sheet. I'm in the process of upgrading to Excel 2007.
I create the range from VB and it seems that Excel requires Sheetname!RangeName rather in 2007 rather than Sheetname$RangeName as the syntax.
The problem is that the DTS package thinks that the ! is an invalid character but if i use $ then the DTS package can't find the range (presumably because it passes the request to Excel and Excel wants the ! character).
Are there any fixes or workarounds?
Thanks
Andrew
January 11, 2015 at 12:08 pm
Something else is going on there. I'm using EXCEL 2010 and the "$" still works just fine.
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply