Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I need help arriving at Select Case for active worksheet syntax. For example Select Case Worksheet.Activated Case "Sheet2" (code goes here) PrintChecks" Case "Sheet3" (code goes here) End Select Thanks a lot. mikeburg -- mikeburg ------------------------------------------------------------------------ mikeburg's Profile: http://www.excelforum.com/member.php...o&userid=24581 View this thread: http://www.excelforum.com/showthread...hreadid=474294 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Mike,
Try: Select Case ActiveSheet.Name --- Regards, Norman "mikeburg" wrote in message ... I need help arriving at Select Case for active worksheet syntax. For example Select Case Worksheet.Activated Case "Sheet2" (code goes here) PrintChecks" Case "Sheet3" (code goes here) End Select Thanks a lot. mikeburg -- mikeburg ------------------------------------------------------------------------ mikeburg's Profile: http://www.excelforum.com/member.php...o&userid=24581 View this thread: http://www.excelforum.com/showthread...hreadid=474294 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() thank you mikeburg -- mikeburg ------------------------------------------------------------------------ mikeburg's Profile: http://www.excelforum.com/member.php...o&userid=24581 View this thread: http://www.excelforum.com/showthread...hreadid=474294 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Case without Select Case error problem | Excel Discussion (Misc queries) | |||
Correct syntax for Active Worksheet | Excel Programming | |||
Select Case on different worksheet? | Excel Programming | |||
Select Case syntax | Excel Programming | |||
select all arrows or lines on active worksheet - an example | Excel Programming |