Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Been a little frustrated trying to create a macro command to
accomplish what I need and was hoping for some insight. I use SalesForce to manage leads. One of the lead sources provides lead information via a static webpage, which I typically copy and paste as text into Excel. it's formatted properly - standard questions in column A, answers in column B. In order to upload the lead into Sales Force I need to be able to create a form in a browser and then submit to the following: <form action="https://www.salesforce.com/servlet/servlet.WebToLead? encoding=UTF-8" method="POST" I've already created the form. My question is how do I create a custom VBA that will push the information and correctly map each Answer in Column B to the appropriate form field in html with one macro activation? I figure this could be done one of two ways: can excel create and open its own html document with a macro? If not, would i need to publish the blank form on my own website, and excel can automatically upload the mapped fields to the form with the push of a button/marco command? Thank you, frustrated |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I auto transform sets of data? (change "female" to "f") | Excel Discussion (Misc queries) | |||
How to auto create "backup of filename.xls" in Excel 2007. | Excel Discussion (Misc queries) | |||
2007 Need macro to auto set option buttons all to "Yes" or "No" | Excel Worksheet Functions | |||
text string: "91E10" in csv file auto converts to: "9.10E+11" | Excel Discussion (Misc queries) | |||
create links to check boxes marked "good" fair"and "bad" | Excel Worksheet Functions |