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.
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
For i = 1 to 10
MsgBox i
Next
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.