Тёмный

Use Shapes as Option-Buttons - Auto Coloring Groups 

ExcelVbaIsFun
Подписаться 98 тыс.
Просмотров 3,3 тыс.
50% 1

Опубликовано:

 

19 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 20   
@radenwirawan5351
@radenwirawan5351 6 месяцев назад
Really helpful, thank you!
@wayneedmondson1065
@wayneedmondson1065 2 года назад
Cool example Dan! Thanks for sharing how to approach this problem. Thumbs up!!
@krn14242
@krn14242 2 года назад
Nice solution Daniel. I would use SELECT CASE versus all the ELSE IFs, but works exactly the same either way. Merry Christmas
@ExcelVbaIsFun
@ExcelVbaIsFun 2 года назад
Good idea, kevin!
@PiyushMedicalKnowledge
@PiyushMedicalKnowledge 2 года назад
Good video keep up bro
@ExcelVbaIsFun
@ExcelVbaIsFun 2 года назад
Thanks, Piyush!
@Husky_Passion
@Husky_Passion 2 года назад
omg shift F8 , is nice too :D i always added a new breakpoint and F5 , my my
@ExcelVbaIsFun
@ExcelVbaIsFun 2 года назад
Yes, the debug menu is an amazing thing when you learn what all those strange buttons do. They are fantastic!! 👍
@danp6101
@danp6101 2 года назад
Excellent Video Dan. Hi Dan. Can you Show how to Create a Class using (With Events). Example. I Have a Userform and I am creating 10 labels and 10 buttons Dynamically on startup. Userform initialize event. I want to be able to use the mouse move event on the labels and the click event on the buttons. I don't know how to call the Class using (with events) from the Userform after they are created dynamically. Can you help
@Husky_Passion
@Husky_Passion 2 года назад
at least i learned 2 things : parentgroup, and moving the run stack in vbe with the mouse wich is huge for debugging
@ExcelVbaIsFun
@ExcelVbaIsFun 2 года назад
Glad it helped, Husky! 👍
@jingiz
@jingiz 2 года назад
Your audio is only on my left headphone speaker, which is kinda annoying. Otherwise, really awesome video!!
@ExcelVbaIsFun
@ExcelVbaIsFun 2 года назад
Oh weird! Sorry about that! Glad you enjoyed the vid
@dawn.henderson
@dawn.henderson 2 года назад
Hahaha, I just ordered a new set of headphones because I thought mine were kaput!
@amrshaker112
@amrshaker112 2 года назад
Good day .. if you please help me to solve a problem I faced .. How to convert excel 2016 to excel 265 in vba Because I faced a problem with libraries
@ExcelVbaIsFun
@ExcelVbaIsFun 2 года назад
Hi Amr, can you elaborate what you're trying to do? Are you saying you upgraded or switched from 2016 to Office 365 and it's not working? I would check the install and maybe try to run a repair install or uninstall Excel completely and try a clean install.
@Husky_Passion
@Husky_Passion 2 года назад
option explicit ? Probably not a bad idea
@ExcelVbaIsFun
@ExcelVbaIsFun 2 года назад
it may be, actually. An interesting read: excelvbaisfun.com/forget-option-explicit-excel-vba-declaring-variables-6-reasons-why-you-no-longer-need-it/
@Husky_Passion
@Husky_Passion 2 года назад
5:26 yeah it's stupid, because it is. ActiveSheet.Shapes("Rectangle 1").ShapeStyle = msoShapeStylePreset39 Tried this works, as i thought. Why use a shaperange on an object who is already a shape? Do you often use sheet1.parent.child or BS like this ?
@ExcelVbaIsFun
@ExcelVbaIsFun 2 года назад
You're absolutely correct! You can just use the ShapeStyle method directly from the shape. Love it. I think I must have gotten burned by using Form Controls, which are less direct. For example, if you use a Form Control Label and use the recorder to change the text, it uses the Selection.Characters.Text, but if you dare try to directly use Shapes("Label 1").Characters.Text it will give an error. You have to use the hidden OLEFormat.Object trick I showed in the vid. eg Sheet1.Shapes("Label 1").OLEFormat.Object.Characters.Text = "Test123" because Sheet1.Shapes("Label 1").Characters.Text = "Test123" 'will not work Thanks for the comments
Далее
Option Buttons with Formulas in Excel
8:44
Просмотров 90 тыс.
БЕЛКА РОЖАЕТ? #cat
00:29
Просмотров 347 тыс.
How To Master Shapes With Excel VBA - For Beginners
52:04
Excel VBA Objects: Shape Object (Part 1)
10:02
Просмотров 14 тыс.
Excel VBA - Radio Button
5:09
Просмотров 80 тыс.
Excel: How to change the Color's Shape with VBA
6:25
БЕЛКА РОЖАЕТ? #cat
00:29
Просмотров 347 тыс.