Floating pop up shape across all worksheets to show cell value

gmalpani

New Member
Joined
Dec 24, 2011
Messages
37
Hi,

I prepared a tool to generate total solution pricing with multiple products.
Tool has input sheet where user can make product selection and in same Input sheet, there is a "cell AB2" which shows Total Solution Price based on selected products.
So, Total Solution Price (cell AB2 of Input Sheet) = Sum of price of each product in different products.

Now I wish to have a circular shape with value of "cell AB2" and this shape shall be visible at top right corner even if user change to different worksheets.

Idea is if user go to Product 1 in worksheet 2 and make some changes with some SW licenses qty, changes in total solution price shall be reflected and shall be visible to user without every time going to Input Sheet.
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
This would be far easier to do using a modeless userform rather than a shape object.
 
Upvote 0
Hi Teeroy,

I am not an expert in VBA. I can create a shape in userform but not sure what is modeless userform.
Also, for me it is difficult to write a code.
Can you provide me a VBA code I can use or provide reference link where I can find similar code.
 
Upvote 0
I find it hard to explain userforms and associated code by text only so I've put together a simple example at Example of userform displaying sum.

Please note the file has code in the ThisWorkBook module, a standard module and a userform module and all is required for it to work correctly.
 
Upvote 0
Hi Teeroy

Have you attached any file ?
Sorry but I cannot see any attachment with your post.
Is it not visible here with post and I have to look somewhere else in the forum.
 
Upvote 0
Hi Teeroy,

Sorry, I was offline for sometime so couldn't reply earlier.

Thanks a lot, that solves my query.
 
Upvote 0
FWIW, Excel's built-in Watch window also provides this functionality.
 
Upvote 0

Forum statistics

Threads
1,223,227
Messages
6,170,848
Members
452,361
Latest member
d3ad3y3

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