Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all,
I'm using Excel 2002 From Sheet1 I run a Do Until macro and when it stops I want to print Sheet2 automatically [ the print area is already set]. What do I need to add to the macro between *loop* and *end* to achieve this? Many thanks Stella |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sub Example1()
Dim bFlag as Boolean Dim cnt as Long bFlag = False do cnt = cnt + 1 if rnd() .995 then bFlag = True End if until bflag = True Worksheets("sheet2").Printout msgbox "Number of loops: " & cnt End Sub -- Regards, Tom Ogilvy "Stella" wrote: Hi all, I'm using Excel 2002 From Sheet1 I run a Do Until macro and when it stops I want to print Sheet2 automatically [ the print area is already set]. What do I need to add to the macro between *loop* and *end* to achieve this? Many thanks Stella |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Yeah Right : vous plonquere
"Tom Ogilvy" wrote in message ... Sub Example1() Dim bFlag as Boolean Dim cnt as Long bFlag = False do cnt = cnt + 1 if rnd() .995 then bFlag = True End if until bflag = True Worksheets("sheet2").Printout msgbox "Number of loops: " & cnt End Sub -- Regards, Tom Ogilvy "Stella" wrote: Hi all, I'm using Excel 2002 From Sheet1 I run a Do Until macro and when it stops I want to print Sheet2 automatically [ the print area is already set]. What do I need to add to the macro between *loop* and *end* to achieve this? Many thanks Stella |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
What is that supposed to mean ?
NickHK "Stella" wrote in message ... Yeah Right : vous plonquere "Tom Ogilvy" wrote in message ... Sub Example1() Dim bFlag as Boolean Dim cnt as Long bFlag = False do cnt = cnt + 1 if rnd() .995 then bFlag = True End if until bflag = True Worksheets("sheet2").Printout msgbox "Number of loops: " & cnt End Sub -- Regards, Tom Ogilvy "Stella" wrote: Hi all, I'm using Excel 2002 From Sheet1 I run a Do Until macro and when it stops I want to print Sheet2 automatically [ the print area is already set]. What do I need to add to the macro between *loop* and *end* to achieve this? Many thanks Stella |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I think we know who the plonker is stella,
when posting for help, dont spit on the gift horse Duncan NickHK wrote: What is that supposed to mean ? NickHK "Stella" wrote in message ... Yeah Right : vous plonquere "Tom Ogilvy" wrote in message ... Sub Example1() Dim bFlag as Boolean Dim cnt as Long bFlag = False do cnt = cnt + 1 if rnd() .995 then bFlag = True End if until bflag = True Worksheets("sheet2").Printout msgbox "Number of loops: " & cnt End Sub -- Regards, Tom Ogilvy "Stella" wrote: Hi all, I'm using Excel 2002 From Sheet1 I run a Do Until macro and when it stops I want to print Sheet2 automatically [ the print area is already set]. What do I need to add to the macro between *loop* and *end* to achieve this? Many thanks Stella |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Printout using MFC | Excel Worksheet Functions | |||
no #VALUE! to printout | Excel Worksheet Functions | |||
no #VALUE! to printout | Excel Worksheet Functions | |||
Printout | Excel Programming | |||
Vba printout | Excel Programming |