Posted to microsoft.public.excel.programming
|
|
VBA Loop
x=10
For i = 1 to x
'your copy code
Next x
--
p45cal
*p45cal*
------------------------------------------------------------------------
p45cal's Profile: http://www.thecodecage.com/forumz/member.php?userid=558
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=135035
|