Display a table in a pop-up window when a hyperlink is clicked

pkrish

New Member
Joined
Feb 8, 2013
Messages
2
Hi Everyone,

I was wondering if there is a way in excel-vba to do this.

In sheet A, I have 10 tables. Each table is assigned a table name and has two columns (a list of fields in column 1 and the corresponding data types in column 2). I have added a hyperlink to the cell which contains the table name ('Sheet A'! C 2:D 2) . When you click on the link, it takes you to Sheet B and the highlights the range where the actual table exists ('Sheet B'! I 18:K 25).

I was wondering if there is a way by which the table 'Sheet B'! I 18:K 25 can be displayed in pop-up window when the hyperlink ('Sheet A'! C 2:D 2) is clicked.

I really appreciate your help!

Thanks,
PK
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
Do you want the table in the popup window to be editable or just wiewable ? If you don't need to edit the table in the popup window then I think the best is to display a copy of the table in a modeless userform otherwise ( ie: if editable ) you could display it in a new workbook window with some tweaking tricks.
 
Upvote 0

Forum statistics

Threads
1,216,591
Messages
6,131,618
Members
449,658
Latest member
JasonEncon

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top