Fila y Columna activa de un Rango en Celda

roberto

New Member
Joined
Aug 28, 2002
Messages
43
Es posible que en una celda en especial aparezca la fila y columna activa segun se seleccione una celda?
Es decir, que cuando se selecciona la celda D5, en la celda A4 aparezca D5:F10, ¿es posible?....

<Html>
<script language="JavaScript">
var theText = "robc09@hotmail.com";
function nextSize(i,incMethod,textLength)
{if (incMethod == 1) return (40*Math.abs(Math.sin(i/(textLength/3.14))) );
if (incMethod == 2) return (223*Math.abs(Math.cos(i/(textLength/3.14))));}
function sizeCycle(text,method,dis)
{output = "";for (i = 0; i < text.length; i++)
{size = parseInt(nextSize(i +dis,method,text.length));
output += "<font style='font-size: "+ size +"pt'>"+text.substring(i,i+1)+ "</font>";}
theDiv.innerHTML = output;}
function doWave(n)
{sizeCycle(theText,1,n);
if (n > theText.length) {n=0}
setTimeout("doWave(" + (n+1) + ")", 50);}
</script>
<body onload="doWave(12)">
<div ID="theDiv" align="left"></div>
</Body>
</Html>
 

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
Hola Juan Pablo:oops::oops::oops:
respecto a lo anterior, el F10 sale porque
qusiera que cuando se selecciona la celda D5, en la celda A4 aparezca D5, en cuanto a la columna que se desplaze 1 ó más a la derecha y 5 o más hacia abajo.
...Gracias de antemano:oops::oops::oops:

_________________
Hola a todos!!!
This message was edited by roberto on 2003-01-31 09:54
 
Upvote 0

Forum statistics

Threads
1,216,052
Messages
6,128,509
Members
449,455
Latest member
jesski

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