I apologize in advance, because I'm having trouble phrasing this question.
We need to have a dialog box in Excel that can dynamically change based on data from our server.
How can I get Excel to display a form that is generated from HTML (which should be directly retrieved from a webserver), and then take the results of submitting that form into a VBA string that I can then manipulate?
(Assume that the user has a constant reliable connection to the internet, and that our server is never down.)
Is there a way to get Excel to open a browser window whose behavior I can intercept like this? Or am I going to have to use Ajax and parse the HTML myself to create a form out of VBA?
I hope the question even makes sense! Thank you!