Hi folks,
I am not very familiar with writing macros, so I would appreciate your help.
I have tried some solutions I found on web, but nothing seems to work for me. I try also ask AI for help, by by using macros providing by AI I always get some Error by running the macro. So I try here:
- I have a simple sCalc sheet called “QR”
- In cell A24 I generate a specific URL address by formula =HYPERLINK(A22)
- In cell A22 I generated the text of URL by formula =CONCATENATE(“https://”;A1;A2). I can change the values of A1 and A2.
- I created a push button called “QR”.
- I want sCalc to open the URL of A24 by pressing the button QR.
I know I can open the URL directly by CTRL+Click on A24 (and it works), but I want to open it by clicking on the button.
Is there some simple macro which enables it and which I could assign to the mouse click on the button?
I am now at LO 7.6.5
Many thanks.