- ©«¤l
- 15
- ¥DÃD
- 3
- ºëµØ
- 0
- ¿n¤À
- 30
- ÂI¦W
- 0
- §@·~¨t²Î
- win7
- ³nÅ骩¥»
- 2010
- ¾\ŪÅv
- 10
- µù¥U®É¶¡
- 2014-5-29
- ³Ì«áµn¿ý
- 2015-10-23
|
[µo°Ý] Åý¨C¦¸·s²£¥ÍªºShape.name ¯à¥H¶¶§Ç©R¦W
Hi °ª¤âÌ¡AºÃ°Ý¦p¤U, ·í«ö¤UButton®É, ·|¤@¦¸Åª¨ú³o15ÓÄæ¦ì¨Ã¦P®É²£¥Í15Óshape, ¦Ó§Ú¶·n¤À§O©R¦W1A¡B2A....¨ì15A, ¦Ó·í§Ú²M°£³o15Óshape¤§«á, ¦A¦¸«·s²£¥Í15ÓShape ®É, ¦WºÙ¤]¬O¤@¼Ë¬O±q1A.¡B2A.¨ì15A... ½Ð°ª¤â«ü¾É¤@¤U. ÁÂÁÂ.
Private Sub commandbutton
pos=15
for index 3 to 7
for indexb = 6 to 10
dim second as double
second=val(cells(index + 1, indexb).value)
dim text as string
text=cells(index,indexb).value
call drwa(second,text,pos)
next
next
end sub
Public sub------------
activesheet.shapes.addshape(msoshaperectangle,shape_left,shape_top,sec*5.1,30).select
selection.name="1A" |
|