Macros vs VB in Excel

N

Neil

I'd like to copy a string of inputs from sheet 1, paste
them in sheet 2, get the 4 outputs from sheet 2, and
paste the results back along side the input row of sheet
one.
Then go to the next row of inputs in sheet one and repeat
this until my input rows run out, say 100 times or so.

i know how to do it with macro's, but is there a VB code
that will do the trick more easily?
 
T

Tushar Mehta

Macros are written in VBA. So, if you know how to do it with macors,
you are already using VBA!

If you share the code you already have, maybe someone can suggest
improvement(s).

--
Regards,

Tushar Mehta
www.tushar-mehta.com
Excel, PowerPoint, and VBA add-ins, tutorials
Custom MS Office productivity solutions
 
Top