Thread: Pasting Macro
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Excelibur[_4_] Excelibur[_4_] is offline
external usenet poster
 
Posts: 1
Default Pasting Macro


It's difficult to point out a good solution without knowing the basic
code structure, but here's an idea:


Code:
--------------------
:startloop
If <offset = 40 then <offset = <offset + 4
cut & paste A200.offset(<offset, 0) to location
<offset = <offset + 1
:endloop
--------------------


Hope this helps!


--
Excelibur
------------------------------------------------------------------------
Excelibur's Profile: http://www.excelforum.com/member.php...o&userid=29788
View this thread: http://www.excelforum.com/showthread...hreadid=494956