Excel Macro Class 5 - Get User Input - Message Box

Excel Macro Class 5 - Get User Input - Message Box

TeachExcel

5 лет назад

42,107 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Leo C.
Leo C. - 17.12.2022 06:30

Great video... question: how do you copy the data over as values with the same formats? I just need values and formats and not cell drop down lists and formulas.

Ответить
Gerald Livingstone
Gerald Livingstone - 16.09.2021 03:03

Thank you, this was very informative, but how do i capture the value entered in the inputBox then take that value and enter it in a formula in macro?

Ответить
Mori Bolouri
Mori Bolouri - 09.02.2021 01:47

Hey,

is there anyway to set the Criteria1 to be an user input?
please see the below:

Dim inputvalue As String
inputvalue = InputBox("enter partial name")


ActiveSheet.ListObjects("Table1").Range.AutoFilter Field:=8, Criteria1:="*inputvalue*", Operator:= _
xlFilterValues

Thanks

Ответить
scouter3000
scouter3000 - 30.12.2020 11:09

Great tutorials, really helpful ! All useful details included but nicely placed and explained, without getting boring. Can't wait to watch the rest of the material.

Ответить
Joseph Cosgrove
Joseph Cosgrove - 23.06.2020 09:47

Perhaps it's sinking in faster, but that was the easiest tutorial up to now.

Ответить
Prabhakaran Sankar
Prabhakaran Sankar - 09.06.2020 06:47

Sir, your tutorials are more informative, and able to understand each and every VBA line. Your explanation is very useful for us to understand the core. We expect a lot more videos about VBA from your channel. I noticed this channel was started long ago, more than 11 years back, but limited videos. We as subscribers and being VBA learners will not go through many channels, we prefer few channels covering almost major of the contents. We expect a lot of videos from you Sir. Thanks for your time and explanation!!

Ответить
Carlos Montorfano
Carlos Montorfano - 14.05.2020 05:48

EXCELLENT TEACHER

Ответить
Recep Akalan
Recep Akalan - 04.05.2020 22:27

Thank you!

Ответить
edogaktop
edogaktop - 21.02.2020 15:23

Excellent tutorial thanks

Ответить
Ese Omasheye
Ese Omasheye - 21.10.2019 09:38

Great Videos. Do you have other examples for each tutorials that we can practice on our own? Would be nice to have assigned exercises to do that will be reviewed shortly in the next video. I know we can make up our own exercises but I'm speaking on behalf of the lazy students.

Ответить
Stevenson Cara
Stevenson Cara - 19.10.2019 07:52

Do you have about qrcode scanner for student attendance?

Ответить
Patrick O'Sullivan
Patrick O'Sullivan - 22.01.2019 05:55

I had to define returnValue (Dim returnValue as Integer) to get this to work.

Ответить
June Miller
June Miller - 23.11.2018 18:56

Great video.  Can you also create a video that generates a report by "start date" and "end date" using the "Data" sheet?

Ответить
Andrew Smith
Andrew Smith - 18.07.2018 17:58

Yet again, an excellently delivered and very informative tutorial - from an oldie trying to learn VBA. Keep up the very good work!!

Ответить
cato
cato - 18.07.2018 00:03

Great intro!

Ответить