Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Excel spreadsheet record insertion problem.

Status
Not open for further replies.

Zipster

Programmer
Joined
Nov 13, 2000
Messages
107
Location
GB
Hi,

I use an Excel spreadsheet to save data from my web site.

To use my spreadsheet I need to define an area within the worksheet (e.g (within Excel) highlight area to be save/read from, goto Insert -> Name -> Define. (I have three worksheets contained withn the spreadsheet)

The problem I'm having is when an entry is inserted into the worksheet it goes out of scope of the named section. So if say I had =Sheet1!$A$1:$G$6 (named) the next time I use insert record the value would be entered at row 7.

This causes problems because when I want to display these values using dynamic text within Ultradev, Ultradev can't find them because it's only searching the spreadsheet within =Sheet1!$A$1:$G$6.

The error is:

ADODB.Fields (0x800A0CC1)
Item cannot be found in the collection corresponding to the requested name or ordinal.

Any help would be great.

Thanks.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top