Posts

Showing posts with the label macros

Copy a selection and insert it to the bottom(n times) Excel

Image
Clash Royale CLAN TAG #URR8PPP Copy a selection and insert it to the bottom(n times) Excel Suppose I have a template a,a,a,a,a,a,a b,b,b,b,b,b,b c,c,c,c,c,c,c I want to repeat this block n times. let's say I want to repeat 3 times so n = 3. a,a,a,a,a,a,a b,b,b,b,b,b,b c,c,c,c,c,c,c a,a,a,a,a,a,a b,b,b,b,b,b,b c,c,c,c,c,c,c a,a,a,a,a,a,a b,b,b,b,b,b,b c,c,c,c,c,c,c OK, let's say that. Where are you stuck? – Roland 33 mins ago Look into For Loops – QHarr 31 mins ago Have you tried using record macro? – Solar Mike 25 mins ago ...