Editable table popup userform triggered by a hyperlink

hstef

New Member
Joined
Nov 19, 2018
Messages
39
Office Version
  1. 2016
Platform
  1. Windows
Hi,

I need an editable table popup userform to be triggered by a hyperlink (macro).

I have the below table in sheet1 "EW":
-in cell B6 i have "EW 100ml "
-in cell B7 i have "EW 150ml"
-in cell B8 i have "EW 500ml"

I have the below table in sheet2 "CF":
-in cell B6 i have "CF 1000ml P"
-in cell B7 i have "CF 1000ml O"

I need to make an hyperlink for cell B6, another for B7 and another one for cell B8, or whatever cell will have a project, and link it to a macro.

When i click a cell with hyperlink "EX: sheet1/B6", i need a popup userform to show, displaying info for "EW 100ml". Basically, i need this userform to be an editable table. This table should have 3 columns (table head: DATA, OBS1, OBS2). I need to add/fill my data to last row and this to be saved and displayed each time i open the userform along with all previous entries for "EW 100ml".

If i click sheet1/cell B6 then the popup to display the entries for "EW 100ml".
If i click sheet2 cell B7 then the popup to display the entries for "CF 1000ml O".
...etc

All entries to be saved in "sheet DB", for all popup windows (ex:sheet1 B6, Sheet1 B7, Sheet2, B7...etc).
basically will be a timeline status for a project.

The userform should look like this:
...DATA.......OBS1...............OBS2
20.04.2020...project started......3h
21.04.2020....die cut received....1h
22.04.2020...info received.........5h
23.04.2020...first sample ready....3h
..this line should be filled with next entry

'The entries could be long, so i need the cells in userform table to be "wrap text".

Can this be done?
Thank you in advance,
Have a pleasant day.
Stef.
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.
You can easily develop what you need by linking the Userform Show to the Worksheet_FollowHyperlink event

If you need help on specific area, just post again

Bye
 
Upvote 0

Forum statistics

Threads
1,214,917
Messages
6,122,233
Members
449,075
Latest member
staticfluids

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