Paste from excel into Internet Explorer

ftv

Board Regular
Joined
Sep 27, 2010
Messages
74
Hello guys, i need a little help with some code, i have excel 2003, I work at a call center and in my spread sheet i have text that i use frequently to document my calls. I would like to create a button next to each cell, i only have text in column A going to A80 , i would like the button in B, and i would like the button to copy the cell next to it and paste it into my open IE window, Thanks in advance
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
actually i think i found in the source code the exact same thing but in java, really any help would be appreciated


function ViewSolutionToolbarClick(button){

if(button=='print'){
docContent.focus();
docContent.print();
}
if(button=='addtofavorites'){
AddSolution();
}
if(button=='edit'){
******************.href = "request.do?session={4fdf5dd0-87d4-11e0-ce8a-000000000000}&event=1&view()=r{9f8bf2f0-5742-11dd-ecb7-000000000000}&forward=edit-content"
}
if(button=='autoDoc'){
if(autoDocText==""){
//modifed on 11/25 bug 321 alert('Please select text to copy to Comment.');
alert('Unable to copy to ISET, you did not select any text.');
}else{

//insert opener js function call here

if(opener){
isetResponse = opener.addKMComments("[" + document.addSolsForm.Title.value +"] - "+ autoDocText);
if(isetResponse!="ok"){
alert(isetResponse);
}else{
//do this if update is successful
opener.focus();
}
}else{
alert("Unable to communicate with ISET");
}
autoDocText =""
 
Upvote 0

Forum statistics

Threads
1,224,503
Messages
6,179,136
Members
452,890
Latest member
Nikhil Ramesh

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top