Writing a named range to SQL Server 2000 table

P

Plateriot

I have a named range called BPEntry that I would like to write to SQL Server
2000 on the click of a button..

The range has the fields EntryDate, SBP, DBP, HR
The table in SQL 2000 has the same fields and a couple of extra ones that I
would like to adjust the insert using VBA with my own SQL String. After it
writes it to SQL Server as set of values with a Serial number, I will clear
the named range "BPEntry" so that the user can enter more values - which I
will add a set to.

I find a lot of articles using named ranges, so I was wondering if this is
possible.
I'm writing an app in Excel, because the user prefers to enter using a
spreadsheet.
 

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