Update SQL using Excel VBA

Update SQL using Excel VBA

Macro Man

5 лет назад

25,091 Просмотров

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


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

@makali2710
@makali2710 - 22.09.2022 16:24

Can you please update this video again because there is some issue which i am facing for target.row i have tried many time but it is not working

Ответить
@makali2710
@makali2710 - 22.09.2022 01:33

i was finding this way from last 3 weeks
day night R&D

best but i will apply it in morning in my office

hope this will work

Ответить
@ekremacar8019
@ekremacar8019 - 01.07.2022 11:13

Great vdieo. Can you please share the code of maybe the excel?

Ответить
@pratikt8129
@pratikt8129 - 21.06.2022 17:13

Can I use the Command button for the worksheet change event? I don't want to trigger the Worksheet_change event automatically.

Ответить
@lleonsands7009
@lleonsands7009 - 02.09.2021 00:14

Brilliant, thank you! You just made me look like a rock star!

Ответить
@muhammadasrul6629
@muhammadasrul6629 - 15.08.2021 11:27

What if my row is number such as 2020 as a row . How de we declare in the VBA statement ?

Ответить
@adnanobaidullah6057
@adnanobaidullah6057 - 12.07.2021 19:12

Can I have the source code please

Ответить
@patrikrosen5406
@patrikrosen5406 - 28.05.2021 07:49

Great videos. Is it possible to get the vba code? To download it. Both for this and the other videos you did?
Or can you share the excel file?

Ответить
@rv9570
@rv9570 - 07.11.2020 04:11

ID Must be the primary key and Auto Increment.

Ответить
@petermaina7111
@petermaina7111 - 26.10.2020 18:31

THE MISMATCH ERROR IS BECAUSE OF MISSING ' ' ON ID TO INDICATE BLANK

Ответить
@leegarrett1908
@leegarrett1908 - 13.08.2020 16:05

Really good tutorial but why have you not used an excel table(list object)?

Ответить
@yuz8436
@yuz8436 - 15.07.2020 04:34

Please share the code. Thanks

Ответить
@mzoer13
@mzoer13 - 06.06.2020 23:37

Great video! can you share the code?

Ответить
@danielbalcer1911
@danielbalcer1911 - 21.05.2020 22:51

Hi, could you share your code on webpage or google drive? It looks like a solution to my problem, but analyzing the code based on the video is ...difficult ;-)

Ответить
@bentlauridsen4128
@bentlauridsen4128 - 10.05.2020 19:03

The reason for your problem with the if statement onID are that ID is declered as Integer therefore the line should be "If ID = 0 Then" , and the reason that it works on Age is because you didn't write as integer after AFE is has been decleared as Variant

Ответить