Пікірлер
@RenatinhoLicioniFilho
@RenatinhoLicioniFilho Күн бұрын
I'm trying to setup a web scraper for facebook marketplace, can you help me with that?
@mohamedabdelkader8003
@mohamedabdelkader8003 2 күн бұрын
thanks bro
@FrankRoot-m1e
@FrankRoot-m1e 2 күн бұрын
Is there a way to change accounts for lecture 6?
@mayuriadsul9369
@mayuriadsul9369 8 күн бұрын
Where can I get this code
@guynz007
@guynz007 11 күн бұрын
Hi, can anyone please help? Keep getting error that word doc is locked for editing, open read only. Thanks a lot in advance! Runtime error 462: The remote server does not exist or is unavailable. Here's the code: Sub GenerateCertificates() Dim wd As Word.Application Dim doc As Word.Document Set wd = New Word.Application wd.Visible = True For i = 2 To 5 Set doc = wd.Documents.Open("D:\CPD\Certificates\template.docx") With wd.Selection.Find .Text = "<<name>>" .Replacement.Text = Cells(i, 2).Value .Execute Replace:=wdReplaceAll End With With wd.Selection.Find .Text = "<<date>>" .Replacement.Text = Cells(i, 1).Value .Execute Replace:=wdReplaceAll End With doc.ExportAsFixedFormat OutputFileName:=ActiveWorkbook.Path & "/" & Cells(i, 2).Value & "_" & Cells(i, 1).Value & ".pdf", ExportFormat:=wdExportFormatPDF Application.DisplayAlerts = False doc.Close SaveChanges:=False Application.DisplayAlerts = True Next wd.Quit End Sub
@HomeFoodByCouple
@HomeFoodByCouple 11 күн бұрын
Thank you for this. I have one question.. you explained on known number of columns. My case i want to pass the no of columns dynamically. In this case how can we do that
@murkuttogaming
@murkuttogaming 15 күн бұрын
Sir how to make such template to attached on mail rather than on mail body and send automail on emails
@mohamedabdelkader8003
@mohamedabdelkader8003 15 күн бұрын
output console dose not show the message in free freestyle job in jenkins !!!
@pk2k2
@pk2k2 17 күн бұрын
Thanks a lot!!!
@FreeFrogWatching
@FreeFrogWatching 24 күн бұрын
great video. This is close to what I am looking. I have a list in excel like this and Word mail merge. Do you know how to create a print button to print what row I select? or enter a row number to print?
@siddharth9643
@siddharth9643 Ай бұрын
Can some one tell me how to add current date between sentence in the body of the mail using macro or html
@randy9833
@randy9833 Ай бұрын
can u help me. (Office 2012) So i already follow ur step completely. no error but it wont create the PDF. can u help me? Thank you Sub createPDFs() Dim wd As Word.Application Dim doc As Word.Document Set wd = New Word.Application wd.Visible = True For i = 2 To 7 Set doc = wd.Documents.Open("D:\Folder Sampah\Surat CB\template.docx") With wd.Selection.Find .Text = "<<store>>" .Replacement.Text = Cells(i, 1).Value .Execute Replace:=wdReplaceAll End With doc.ExportAsFixedFormat OutputFileName:=ActiveWorkbook.Path & "/" & Cells(i, 2).Value & "_" & Cells(i, 1).Value & ".pdf", _ ExportFormat:=wdExportFormatPDF Application.DisplayAlerts = False doc.Close SaveChanges:=False Application.DsplayAlerts = True Next wd.Quit End Sub
@alefbasilio5830
@alefbasilio5830 Ай бұрын
thanks
@BhupinderSingh-fh9mx
@BhupinderSingh-fh9mx Ай бұрын
Thanks ! helped me a lot :)
@bayu2861
@bayu2861 Ай бұрын
great videos , just a question if i want to rename the file and copy to another path ? the old file list in different sub folder
@debjani_d
@debjani_d 2 ай бұрын
Why is it showing an error - run time error '53': File not found?
@henriqueto2011
@henriqueto2011 2 ай бұрын
Excellent video. I will sub to this channel. Best regards from Brazil
@wtechofficial
@wtechofficial 2 ай бұрын
Keep getting this error, "This value doesn't match the data validation restrictions defined for this cell". And holiday sheet is missing 🙄
@armandogomez2742
@armandogomez2742 2 ай бұрын
Great and simple solution. Thank you very much.
@greenheysg45
@greenheysg45 2 ай бұрын
Very helpful indeed. Works perfectly. Many thanks!
@BishajitSarkar-we1sx
@BishajitSarkar-we1sx 2 ай бұрын
Can we use Intellij Idea for the robot framework?
@Tvvtvyb
@Tvvtvyb 2 ай бұрын
Can anyone please say me that how did his word file is automatically sepleting name from excel file
@raushanpandey4553
@raushanpandey4553 3 ай бұрын
Signature is not working..could u plz help me😊
@Hanan_athaya
@Hanan_athaya 3 ай бұрын
T
@arjunkrishna2703
@arjunkrishna2703 3 ай бұрын
Thank you!!
@xtremeExcel
@xtremeExcel 3 ай бұрын
You're welcome!
@zyro_eats_food
@zyro_eats_food 3 ай бұрын
Very usefull video before my board exam on today 2nd April 2024....I'm watching this video at 2nd April 2024 at 01:47 A. M.
@psenpai3375
@psenpai3375 3 ай бұрын
Great videos sir, really helping me a lot in my current Role and also improving the way of thinking and analyzing new things
@shubhamgupta9505
@shubhamgupta9505 4 ай бұрын
I don't know my code is not working. Please help me out
@dochkei8535
@dochkei8535 4 ай бұрын
❤Thanks a lot! You saved my life!
@azur1356
@azur1356 4 ай бұрын
I am a QA. I am doing automation tests with java and selenium. i want to learn robot framework. what i want to know is can i use robot framework with java?
@rajeshkumarsahoo4535
@rajeshkumarsahoo4535 4 ай бұрын
Bro how to enables the suggestion while writing the vba code
@Reality_Check4u
@Reality_Check4u 4 ай бұрын
Super Thank You So Much 🎉
@xtremeExcel
@xtremeExcel 4 ай бұрын
Welcome 😊
@RailgulObul
@RailgulObul 4 ай бұрын
Thanks for your excellent video. The either Quick access tab or Customize tab for these email templets are not working properly. the QAT works only for one macro run. After that those tabs are dysfunction. How to fix the issue?
@ripple1174
@ripple1174 5 ай бұрын
Thank you man. I was stuck on how to change a new tab for 6 hours and your video solved my problem. You are the guy
@nandiniachugatla932
@nandiniachugatla932 5 ай бұрын
Sir What if I used jenkins docker compose to create jenkins image . I tried same steps of yours but when I run pipeline script I got docker not found error
@pcmgarden5417
@pcmgarden5417 5 ай бұрын
Really very clear and precise explanation on the topic when should we use git init and git clone<Repository url> . A lot of thanks sir
@xtremeExcel
@xtremeExcel 4 ай бұрын
Glad it was helpful!
@DavidElliot13
@DavidElliot13 5 ай бұрын
Is this still feasible ❓❓Internet explorer is discontinued. From what i understand you have to use Selenium in conjunction with Chrome to scrape using VBA code.
@user-ce2jb8nu4l
@user-ce2jb8nu4l 5 ай бұрын
Thanks Kamal!! This will save me a lot of time!!
@BuiQuynhNhu
@BuiQuynhNhu 5 ай бұрын
Thank you very much!!!
@smrbakhshism2396
@smrbakhshism2396 5 ай бұрын
Hi, how to filter excel table just by entering a part of number in the cell value, please code here
@kratikatripathi1166
@kratikatripathi1166 5 ай бұрын
Hi, What if we need to execute the job concurrently via a single pipeline... with parallel it executes the stages under same job say job 7 for all the environment parameters which are selected, but I need that all the stages should run for each environment I selected under different job number say for env1 all the stage of build deployment should run under job 7 the similarly for env2 the job should run all the stages of build n deployment under job 8 and similarly under job 9 it should do same for env3 n so on.. I select build with parameter and have set up environment name and build file name as parameters then click on build now button now I want that Jenkins should trigger as many job as many environment I have selected during build with parameters and execute all the stages defined within the jenkinsfile for each Please advice
@rinositorus935
@rinositorus935 5 ай бұрын
is the variable a immutable in different module or different sub?
@raghavshanbhag9308
@raghavshanbhag9308 5 ай бұрын
hi please help me if you have any video that will teach , how to download pdf attachment in multiple mail from e mail or out look
@cyrillemanga7283
@cyrillemanga7283 5 ай бұрын
Hi, How to count how many string?
@BharatPatel-vb5xc
@BharatPatel-vb5xc 5 ай бұрын
How if in case there are xls files if we can change the sheet name as well at the same time
@flashBDTutorials
@flashBDTutorials 5 ай бұрын
Please share code for better understanding. Without code this tutorial is useless...
@harshvyas4135
@harshvyas4135 5 ай бұрын
Hi kamal in this macro from the range provided if a row is blank i want it to get automatically deleted please help with this
@user-hp9rs9xl7z
@user-hp9rs9xl7z 5 ай бұрын
Hi @Kamal - If i want to add multiple email ids how to handle that in this code please respond
@tormedina9053
@tormedina9053 5 ай бұрын
PUEDES DEJARME LA CONTRASEÑA DEL ARCHIVO AMIGO?
@user-gz5zz7wc5p
@user-gz5zz7wc5p 5 ай бұрын
Hi, i want to source the email for a hard drive path and extract the table on the macro excel worksheet, what code do i use ?