The question is: is there any way to bind Excel with Salesforce and upload data? What I am looking for is a code to manipulate Salesforce from excel, that is, click a specified button (New Case), fill in specified fields with information from Excel cells and finally click another button (Save). Salesforce is opened from Internet Explorer. Does it mean it can be manipulated like IE object? If so, are they methods to navigate through specific fields on the screen?
Any directions very appreciated.
Good example of how to connect to already running instance of IE is this:
please note you have to check the following items in menu>Tools>References:
'Microsoft Scripting Runtime' and 'Microsoft Internet Controls'