How to Create Floating Cells in Excel

preview_player
Показать описание
In this video, I'll guide you through multiple methods to create floating cells in Excel. You'll learn about utilizing the watch window, using VBA code, and creating a floating text box in Excel.
Floating cells can be utilized for managing large datasets, adding comments or annotations to specific cells, and facilitating chat functionality. With practical examples and step-by-step instructions, you can effortlessly make floating cells in your Excel spreadsheets.

👨‍🏫 Instructor: Zehad Rian Jim
🎥 Editor: Mohammad Ullah

✨ ⯆ Resources:
Alt+F11 - To open Visual Basic

▬ Contents of this video ▬▬▬▬▬▬▬▬▬▬
0:00 - Intro
1:10 - Utilizing watch window
2:31 - Using VBA code
8:11 - How to create a floating text box in Excel

🌍 ⯆Download the Excel file from here:

🚩 Stay connected with us on social media for more Excel tips and tricks!

🙋‍♂️ Stuck with an Excel formula or a VBA code? You can post your questions or upload your Excel file to get in touch with the professionals and get the solution you need.

👉 If you found this video helpful, don't forget to subscribe to our channel for more Excel tutorials, tips, and tricks! Hit the subscribe button and turn on notifications, so you never miss an upload. By subscribing, you'll be supporting our channel and helping us to reach more people who can benefit from our content. Thank you for watching, and we'll see you in the next video!

🔔 ⯆ Subscribe on YouTube:
#excel #exceltutorial #exceltips #exceltricks
Рекомендации по теме
Комментарии
Автор

BRILLIANT, FAR REACHING HARD HITTING SPEECH TO THE MARK.

tarvsingh
Автор

You can use paste linked picture or the camera feature to achieve the floating view

KeithSwanzy
Автор

Your first line in VBA code is
"Private Sub A_Target As Excel.Range)" whereas normal line is
"Private Sub Target As Range)".
What is the difference?

DeepakSugandhi-qd
Автор

Interesting, but ultimately meh. Far more useful would be to have a floating cell synchronized with an input cell such that you can edit either and have the change reflected in both, without using VBA. (I know it's pretty simple to do with an ActiveX textbox, but as with VBA, I don't really like using ActiveX in any workbook I have to share.)

TrevMA