Excel VBA Forms Part 13 - Image Controls

  Рет қаралды 31,527

WiseOwlTutorials

WiseOwlTutorials

Күн бұрын

Пікірлер: 30
@Husky_Passion
@Husky_Passion 3 жыл бұрын
28:10 *.png also, since i only use png, better quality, and can do transparancy
@WiseOwlTutorials
@WiseOwlTutorials 3 жыл бұрын
A good tip, thanks for sharing!
@paulkakou4323
@paulkakou4323 3 жыл бұрын
Well done! All my thanks for your fabulous work. But the file link points to "Pt12 - Toggle Buttons.zip". While the video is about "Excel VBA Forms Part 13 - Image Controls". Thanks for updating.
@WiseOwlTutorials
@WiseOwlTutorials 3 жыл бұрын
Oops! Thanks for pointing that out Paul, the correct link is in the video description now. Thanks for watching and taking the time to leave a comment!
@paulkakou4323
@paulkakou4323 3 жыл бұрын
Link is ok. Thanks very much.
@WiseOwlTutorials
@WiseOwlTutorials 3 жыл бұрын
@@paulkakou4323 No problem Paul!
@vipuljain42
@vipuljain42 4 жыл бұрын
Great tutorial man. Love how you painstakingly made so many videos to educate the world. By the way, love the accent. I just hate the Indian accent (even though I am one) in tutorial videos.
@caribeiro77
@caribeiro77 7 жыл бұрын
Hey there thanks for the video Can you tell me why's that in the FilmPicturePath_BeforeUpdate when i type : FilmPicturePath. my intelysense is not showing the Picture property and not even all those picture property's that is showing on your's (4:40)
@MrAhmadAdli
@MrAhmadAdli 4 жыл бұрын
Hi Andrew, I can’t thank you enough for this great tutorial, it’s fantastic. I have one question please, if I want to save the image itself not the file path, in this case what should I do?
@victoropere2107
@victoropere2107 6 жыл бұрын
awesome tutorials
@bruce2357
@bruce2357 8 жыл бұрын
Hi Andrew a quick question please. When you wrote the code Result = fd.Show If Result = 0 Then Exit Sub When I ran the new code I didn't pick an image and I pushed the button while it was still labeled "Open" and I got a built in error message. FilmPics File not found Check the file name and try again. I put an on error statement in the code, but it doesn't seem to trap this error, you just get the error generated by windows or excel whichever is doing this. Is there a way to trap this error so I can just exit without the message or perhaps make my own message? I'm just wondering for my own knowledge. Thanks for your time!
@divyal5852
@divyal5852 8 жыл бұрын
Nice One Andrew! how to change the picture as per the name of the movie selected? Thank you very much!
@walidmechakou3554
@walidmechakou3554 5 жыл бұрын
amazing! very helpful thanx
@yeuduongtamhuong
@yeuduongtamhuong 7 жыл бұрын
23:51 , i don't understand why Result= fd.show,it's same type?
@Scooter7788
@Scooter7788 3 жыл бұрын
Good question: Result variable is a Integer type and that can store numeric values. FileDialog's show method returns a Long and that isn't compatible with a Result variable. The values can be 0 (if user press Cancel button or cross button for close FileDialog) or -1 (if a user press a button that confirms a selected item). I also tried and I have ad error, the Result variable must be Long type for no errors.
@idevsl8245
@idevsl8245 4 жыл бұрын
I didn't know about existing DropButton on a TextBox. It looks like a refEdit Control.
@camilo11315
@camilo11315 7 жыл бұрын
Hello, Does anyone know a video HOW I zoom in and out or add a horizontal and vertical scroll bar if the picture is large selected in the USERFORM? I will really appreciate this information code.
@pundirrajender
@pundirrajender 5 жыл бұрын
Please advise how can we insert image on outlook email body through vba code.
@pundirrajender
@pundirrajender 5 жыл бұрын
@@WiseOwlTutorials ok, Thanks
@puneetaggarwal7549
@puneetaggarwal7549 8 ай бұрын
Image size changes automatically when i run this userform in different computer with different resolution ..how to maintain image size in userform across different resolutions
@WiseOwlTutorials
@WiseOwlTutorials 8 ай бұрын
I'm sorry I don't know!
@vivekroshan4946
@vivekroshan4946 6 жыл бұрын
Hello Andrew Sir, I watch your videos. They are very helpful. I am newly learning excel vba. Can you please help me to solve my problem in userform I have created. I have created a userform for incoming and outgoing filing system. The userform has several command buttons such as ADD, CLEAR, SEARCH, UPDATE, CLEAR, DELETE, PRINT and CLOSE. All are working fine. I have added a new command button "INSERT IMAGE". I have coded for that image button to save jpg file in another folder called 'photos' with file name as 'incoming letter reference No.' in textbox3. Prior to adding 'Insert Image' button, the search button is coded with a single criteria i.e, SUBJECT IN Column A. Now image file is named as 'letter reference no. in Column D. I am not able to set two criterias for search record, one with SUBJECT AND second with INCOMING LETTER REFERENCE NO. to get image from folder called 'photos' into image box in userform. 1. I want to display jpg picture in image box with related records in other text boxes in userform with search command. 2. I want to email that picture to the concerned engineer with options YES OR NO. IN THE USERFORM. Your help on the above problem shall be highly appreciated. With best regards,
@imranbhatti8580
@imranbhatti8580 8 жыл бұрын
Nice sir Andrew....I have created a Payroll userform that calculates Pay of employees. I alos have an image control on the same useform in which I want the picture of the employee to be displayed ...the pictures are in a folder "Employee Photos" and this folder is saved in the same location where my Payroll workbook exists...now every employee photo is saved exactly with the same of the employee which is entered in "TxtEmpName" textbox. I want it to be dynamically appear in the image control when I type the name of the employee in txtEmpName. is it possible? if yes please guide me....I would be very thankful to you.
@imranbhatti8580
@imranbhatti8580 8 жыл бұрын
We are taught "If you don't know how to do, Ask the people who know "...Thanks Andrew this worked like a magic.
@zozozozo43
@zozozozo43 6 жыл бұрын
Great! and big Thx to you! Excel GrandMaster
@trytohelp8757
@trytohelp8757 6 жыл бұрын
How To Display Image Path
@trytohelp8757
@trytohelp8757 6 жыл бұрын
not display picture path another cell please slove it
Excel VBA Forms Part 14 - Multi Page Controls
30:33
WiseOwlTutorials
Рет қаралды 41 М.
Excel VBA Forms Part 20 - Progress Bars
22:39
WiseOwlTutorials
Рет қаралды 28 М.
The Best Band 😅 #toshleh #viralshort
00:11
Toshleh
Рет қаралды 19 МЛН
We Attempted The Impossible 😱
00:54
Topper Guild
Рет қаралды 36 МЛН
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН
Каха и дочка
00:28
К-Media
Рет қаралды 2,3 МЛН
Insert All Pictures In Folder Excel VBA Macro
5:50
Excel Macro Mania
Рет қаралды 6 М.
Make Images Look and Feel Like Buttons on your Userform Excel VBA
13:50
Excel VBA Forms Part 15 - Tab Strip Controls
26:37
WiseOwlTutorials
Рет қаралды 22 М.
Excel VBA Forms Part 19 - Using the RefEdit Control
25:46
WiseOwlTutorials
Рет қаралды 17 М.
EASILY Make an Automated Data Entry Form in Excel
14:52
Kenji Explains
Рет қаралды 927 М.
Reduce VBA Errors by 90% (with this little-known Method)
16:59
Excel Macro Mastery
Рет қаралды 59 М.
Excel VBA Forms Part 16 - Playing YouTube Videos
47:16
WiseOwlTutorials
Рет қаралды 16 М.
VBA Advanced Filter - Filter any Excel Database 2013
13:01
Online Pc Learning
Рет қаралды 239 М.
Configuring a MultiPage Control on an Excel VBA UserForm
15:34
Dr. Todd Grande
Рет қаралды 46 М.
The Best Band 😅 #toshleh #viralshort
00:11
Toshleh
Рет қаралды 19 МЛН