If I recall, in some other code editor I once used I was able to selec
and extract, via cut or copy, a vertical section of code rather tha
horizontal. To try to make it clearer, if we have:
doga = 11
dogb = 12
dogc = 13
I was able to select specifically:
= 11
= 12
= 13
and paste that after another group of variables, perhaps:
cata
catb
catc
to end up with
cata = 11
catb = 12
catc = 13
Does anyone know if this is possible with VBE at all
--
brucem
-----------------------------------------------------------------------
brucemc's Profile:
http://www.excelforum.com/member.php...fo&userid=3287
View this thread:
http://www.excelforum.com/showthread.php?threadid=55514