VSTO 2008 Access 2007 and Excel 2007

S

sigmanfraud

I am looking for an Access Add-in to allow some method of passing a string
field to C# code that reads a Webpage and returns the processed data (3 -5
string fields) or an error. I am using Visual Studio 2008 professional and
the application are written in either in Access 2007 and Excel 2007. I have
the Excel and Access template to start for VS2008 Professional.

I can call routines that say things like 'hello world' bit I need to pass
and return real data. Any help. I don't care about a ribbon. I have my other
C# code working, I can read and parse the web site just fine and I have the
data ready to return. I just need to pass a string to the Addin from Access
and/or Excel, it does its work and i either get a preset returned data or I
get an error that is trapped and return a flag if it failed.

In Access I need to read one record at a time to the AddIn and return a
preset count columns of data (an array). In Excel I want to read about
500-1000 records at a time. If i am limited to 255 I can deal with that. I
can pass an array of the data and return with a couple of columns of data.

I can write everything but the add-in that passes data back and forth.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top