B
Berj
Hi all.
Consider the following:
Sub Macro41()
' Print ALL
Dim x As Integer
For x = 1 To 5
Call Over7A
Application.Run ("Macro" & x)
Call Last7A
Next x
End Sub
I want the number 5 (the final value of the loop) to be the contents of cell
C2 of the current sheet of a file named ‘Name List.xls’.
Can Anybody Help?
Consider the following:
Sub Macro41()
' Print ALL
Dim x As Integer
For x = 1 To 5
Call Over7A
Application.Run ("Macro" & x)
Call Last7A
Next x
End Sub
I want the number 5 (the final value of the loop) to be the contents of cell
C2 of the current sheet of a file named ‘Name List.xls’.
Can Anybody Help?