![]() |
|
#4
|
|||
|
|||
|
Try:
Code:
sub mac1()
Dim num as integer
For num = 1 to 50
A = num * 2
cells (1,1) = A
MsgBox "The current values are " & num & " and " & A
Next num
end sub
|
| Tags |
| for next loop, vba |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Do Loop bug
|
donlincolnmsof | Word VBA | 11 | 09-07-2017 10:07 PM |
Macro Loop Help
|
Twizzle008 | Word VBA | 15 | 09-18-2015 03:20 PM |
Loop - Row increment
|
jrt | Excel Programming | 1 | 04-16-2015 01:46 PM |
End or alter a loop?
|
DJSOUND | Word VBA | 1 | 10-11-2013 08:11 PM |
How to a For loop in VBA
|
Jennifer Murphy | Word VBA | 1 | 01-29-2013 03:30 AM |