Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default How to make a spreadsheet as popup?

Hi all,

I have typical problem here,i want to create a button on sheet1 and link this button to sheet2.
when i click on the button in sheet 1 it should open sheet 2 how to do this?
Is this possible to do?
Please put some light on this.

Thanks
Harinath
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default How to make a spreadsheet as popup?

Hi
use a code like
.....
activeworkbook.worksheets("sheet2").activate
....

--
Regards
Frank Kabel
Frankfurt, Germany


Harinath wrote:
Hi all,

I have typical problem here,i want to create a button on sheet1 and
link this button to sheet2. when i click on the button in sheet 1 it
should open sheet 2 how to do this?
Is this possible to do?
Please put some light on this.

Thanks
Harinath

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 923
Default How to make a spreadsheet as popup?

Add the button to sheet1, in design mode click the button and add the code
into the button click event as follows.....

Private Sub CommandButton1_Click()
Sheets("Sheet2").Activate
End Sub

Cheers
Nigel

"Harinath" wrote in message
...
Hi all,

I have typical problem here,i want to create a button on sheet1 and link

this button to sheet2.
when i click on the button in sheet 1 it should open sheet 2 how to do

this?
Is this possible to do?
Please put some light on this.

Thanks
Harinath



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
using a popup to make percenatges on selected cells Colin Hayes Excel Discussion (Misc queries) 6 February 16th 10 04:27 PM
How to make excel popup windows Darren1o1 Excel Discussion (Misc queries) 0 April 13th 06 10:31 AM
I cant make entries in my spreadsheet expense report Excel Discussion (Misc queries) 1 October 8th 05 06:03 PM
make a spreadsheet leslieguy Excel Discussion (Misc queries) 1 June 16th 05 08:04 PM
how do I make a spreadsheet fit the right margin. cwood Excel Worksheet Functions 1 March 4th 05 01:43 PM


All times are GMT +1. The time now is 04:51 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"