Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() hi i am new to excel programming i am in sheet1.. when i click a button i should go to sheet5... kindly send me the coding ... i will be thankfulll -- nshanmugaraj ------------------------------------------------------------------------ nshanmugaraj's Profile: http://www.excelforum.com/member.php...o&userid=31570 View this thread: http://www.excelforum.com/showthread...hreadid=515633 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Create a macro as follows ============================= Sub NavigateSheet() Sheets("sheet5").Select End Sub ============================= Assign this macro to a button. Regards, NAVEEN "nshanmugaraj" wrote: hi i am new to excel programming i am in sheet1.. when i click a button i should go to sheet5... kindly send me the coding ... i will be thankfulll -- nshanmugaraj ------------------------------------------------------------------------ nshanmugaraj's Profile: http://www.excelforum.com/member.php...o&userid=31570 View this thread: http://www.excelforum.com/showthread...hreadid=515633 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() thanks friend -- nshanmugaraj ------------------------------------------------------------------------ nshanmugaraj's Profile: http://www.excelforum.com/member.php...o&userid=31570 View this thread: http://www.excelforum.com/showthread...hreadid=515633 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Use and navigate through option button on w/sheet | Excel Discussion (Misc queries) | |||
OnClick | Excel Discussion (Misc queries) | |||
Navigate in sheet with a button | Excel Programming | |||
How do i navigate between sheet tabs from my keyboard? | Excel Discussion (Misc queries) | |||
I can't navigate my sheet with my arrow keys. suggestions? | Excel Discussion (Misc queries) |