PDA

View Full Version : Recording results of multiple runs using VBA



alihadi
02-19-2016, 04:31 AM
Hi all,

I want to record results of multiple runs using VBA code rxcel. Does anyone know how to do that?

mancubus
02-24-2016, 05:44 AM
post your question here pls

http://www.vbaexpress.com/forum/forumdisplay.php?17-Excel-Help

and provide the code you run as well as a sample workbook.

SamT
02-24-2016, 08:15 AM
Hi all,

I want to record results of multiple runs using VBA code rxcel. Does anyone know how to do that?Yes we do,

alihadi
02-26-2016, 04:00 AM
Thanks, I want to run a VBA code for 10 times and record the result of each run

SamT
02-26-2016, 11:16 AM
For i = 1 to 10
MsgBox i
Next