Is it possible to use an Excel value to update a table using a stored procedure? For example, I have a table where I need to input the month as an integer but the users do not have direct access to SQL. Is it possible for them to enter a value in an Excel cell, such as 4 for April, then run a macro in Excel that triggers a stored procedure that will use that value to populate the month column in a table?
Thanks for your assistance,
Trish