Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have the following code but does not seem to work. It seem that I'm missing
something, but being a noves, I'm not sure what it is. I need to increase the value in cell B12 by 1. Thanks Sub printall() ' ' Keyboard Shortcut: Ctrl+t ' Do Until B12 = 5 [B12].Value = [B12] + 1 Sheets(Array("Title", "Rules", "G - First Arrival")).Select Sheets("Title").Activate ActiveWindow.SelectedSheets.PrintOut Copies:=1, Collate:=True Sheets("INPUT").Select Loop End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
loop problem | Excel Discussion (Misc queries) | |||
For Loop Problem | Excel Programming | |||
Loop Problem | Excel Programming | |||
Problem adding charts using Do-Loop Until loop | Excel Programming | |||
Loop Problem | Excel Programming |