How to Automate Data Entry in a web form using excel macros

Поділитися
Вставка
  • Опубліковано 20 жов 2024
  • In this tutorial we would learn:
    1. How to automate data entry in a web form
    2. How to fetch data from excel file and populate a web form/page

КОМЕНТАРІ • 955

  • @manjugv9513
    @manjugv9513 2 роки тому +10

    Hi, in this video you've mentioned you'll create a separate video for making for loop to enter data from multiple rows, I searched for the same but could not find it, can you pl. share the link.
    Also, 1) how do I select from dropdown in the webpage

  • @tinagoparaju342
    @tinagoparaju342 3 роки тому +2

    Wwwwwwwwwwwwwwwwwwooooooooooooooooooooooooooooowwwwwwwwwwwww. Each and every day I am learning how powerful excel is. Thank you for this wonderful tutorial! Very relevant to my job, would love to implement it.

  • @jimmychew855
    @jimmychew855 3 роки тому +4

    Most amazing person, to present in such a clear and logical way and will make it easy for learner of all levels to understand. Great job.

  • @Survival_Guides_313
    @Survival_Guides_313 Рік тому

    I was wondering why the intelisence was not working when watching other tutorials. Now you explained why , so thanks for this valuable information and the whole video is awsone

  • @jh07051976
    @jh07051976 6 років тому +14

    Awesome! You have a very effective way of teaching programming!

  • @rajeshshah6758
    @rajeshshah6758 2 роки тому

    Wow!! I have never come across such simple explanation. Thanks man. You style is just amazing.

  • @yashmusic269
    @yashmusic269 5 років тому +8

    How to use this method for multiple links at the same time with same work sheet

  • @HotButteredCorn
    @HotButteredCorn 2 роки тому +1

    My brain hurts .... thank you so very much for your care in making this! This is truly awesome and a huge help. Well done!!!😃

  • @jond7136
    @jond7136 4 роки тому +14

    Thanks for taking the time to explain this and especially for your careful and detailed explanation - as others have said your teaching method of explaining the process and the code is excellent. Yes I too would like to see the enhancement using formloop for multi row tables, plus a way to ensure that the macro only writes new rows of data to the form ( i guess you would need to incorporate an IF function in VB that looked if the row had been posted and that could work of a new column in the spreadsheet "Already Posted?" that the posting macro would update with "Yes" as it posted a row before looping to the row, checking if it had been posted and then posting it if required.
    is there any reason that this could not be done using Googlesheets instead?

    • @AutomationMadeEasy
      @AutomationMadeEasy  4 роки тому +1

      efer below tutorial:
      ua-cam.com/video/docnLSdj8rI/v-deo.html

    • @damienhawthorne8864
      @damienhawthorne8864 3 роки тому +2

      @@AutomationMadeEasy I believe the link you posted was for scraping. Do you have a tutorial to do a loop to handle the multiple entries?

    • @mdkamranalam9660
      @mdkamranalam9660 3 роки тому +1

      @@damienhawthorne8864 if you found that please let me know , im also looking for that

  • @gozer9556
    @gozer9556 8 місяців тому

    This tutorial is a masterpiece… ❤

  • @srinivasan4925
    @srinivasan4925 4 роки тому +5

    Hi, its simply awesome. Easily understandable.. Thank you so much.. But i hav a another problem... For one personal website, After click the submit button, im getting another page.. In that i have to click one hyperlink.. So how can i do that for mulitiple followup hyperlinks .. Pls help with this

  • @godevil1825
    @godevil1825 5 років тому +1

    This is one of the far most beautifully explained video on macros for Data Entry....keep up the good work buddy.....

    • @AutomationMadeEasy
      @AutomationMadeEasy  5 років тому

      Thank You

    • @godevil1825
      @godevil1825 5 років тому

      @@AutomationMadeEasy I need a help from you in a vba coding. I dont mind paying for it though...please suggest how we can discuss on it

    • @AutomationMadeEasy
      @AutomationMadeEasy  5 років тому

      Email me on automationandagile@gmail.com

  • @triarevsarl3108
    @triarevsarl3108 5 років тому +3

    Great video, thank you
    how to submit the data entry after filling, if there's a submit button

    • @AutomationMadeEasy
      @AutomationMadeEasy  5 років тому +11

      IE.Document.getElementById("ID of submit button").click

    • @NIHITHRAJ
      @NIHITHRAJ 4 роки тому

      @@AutomationMadeEasy what if there is no id for the submit button?

    • @AutomationMadeEasy
      @AutomationMadeEasy  4 роки тому

      Refer below tutorial:
      ua-cam.com/video/Qknt8qFR7kY/v-deo.html

    • @NIHITHRAJ
      @NIHITHRAJ 4 роки тому

      @@AutomationMadeEasy Sure will check out ... this is for single range ..but i need to fill for range of cells .i.e one full column( leaving out the header) in that case?

  • @praise2065
    @praise2065 4 роки тому

    Wow, nice explanation. After ur explanation I am aware that we can automate the webform using Excel also.
    Thanks a lot.

  • @nikhilang
    @nikhilang 3 роки тому

    You are a very good explainer. Got the perfect knowledge. Thanks and would like to see new automations.😊

  • @saldaandres1
    @saldaandres1 3 роки тому

    Great video, you just saved my hours of work. Thanks

  • @rizwanibrahim9630
    @rizwanibrahim9630 3 роки тому

    Watching your video first time and I must to say you are awesome.. big fan of your way of teaching.
    Learn alot and I hope you will continue this wonderful teaching skills ...
    Big Respect and Big Love from Pakistan..❤️❤️❤️

  • @Universalemperors
    @Universalemperors 5 років тому

    I am very much impressed with your video. It is highly useful to me.
    I need to know two things.
    1.How to use for loop for multiple data
    2.How to use for next page of form after submission

    • @AutomationMadeEasy
      @AutomationMadeEasy  5 років тому

      refer below tutorial:
      ua-cam.com/video/docnLSdj8rI/v-deo.html

  • @drewbutler1250
    @drewbutler1250 3 роки тому

    Bro this is still gold years later.

  • @u.c.me.i.c.u
    @u.c.me.i.c.u Рік тому

    Thanks for the education. Did you ever create a separate tutorial you mentioned about the for loop to populate multiple rows? I couldn’t find it. I need to automate repeat actions that will search a value that will open another tab that will need to be populated and closed.

  • @aaron6516
    @aaron6516 4 роки тому

    Very good at explaining and demonstrating Thank You!!

  • @manjunathhegde5610
    @manjunathhegde5610 3 роки тому +1

    Hi... Thanks for the video... I am encountering an error “ 462 the remote server machine does not exist or is unavailable “... can you please help

  • @owaisecoolmohmmed9775
    @owaisecoolmohmmed9775 4 роки тому

    Awesome bro perfect explanation and very helpful

  • @vishwaprakashpatel
    @vishwaprakashpatel 4 роки тому

    Watched just now and it's awesome explained

  • @J-oker251
    @J-oker251 4 роки тому

    Thank you for this tutorial it was very helpful

  • @dimitrisg.loulelis3926
    @dimitrisg.loulelis3926 3 роки тому

    Nice video, very well explained. Thanks

  • @singaporejade
    @singaporejade 3 роки тому +1

    How do I use ElemenByID syntax if there is no ID field in the webpage and expects a user input in that field?

  • @youknowme6780
    @youknowme6780 Рік тому

    Thanks, one question, my page moves to next page and code is not able to continue, any suggestions?

  • @freddyflores6608
    @freddyflores6608 4 роки тому

    You are a true hero, man!

    • @AutomationMadeEasy
      @AutomationMadeEasy  4 роки тому

      thanks

    • @viveksrivastav3962
      @viveksrivastav3962 3 роки тому

      @@AutomationMadeEasy hi- once a form is submitted another one takes its place - so excel vba needs to wait till the new form is presented - then ofcourse the do loop can continue filling. so how to know if the new webpage form is presented please

  • @RRRRRRRRR78
    @RRRRRRRRR78 Рік тому

    Hi, super helpful. Thanks for that.
    How can i fill data into further forms after the login (without login out)? I get redirected and I can't select buttons with getElementByID?

  • @johng5295
    @johng5295 2 роки тому

    Thanks in a million. Great content. Awesome imagination. Just subscribed. Grade: A++💥

  • @haribhaskar72
    @haribhaskar72 5 років тому

    very useful.. you explained it well. like to see more videos of yours

  • @lakhvindersingh4908
    @lakhvindersingh4908 4 роки тому

    Awesome bro, today I got some work and this video made my day.

  • @thinkhelpservice
    @thinkhelpservice 4 роки тому +2

    thank you for a very interesting video and new to learn! I have been trying to find out how to launch the IE maximized, is there a easy way?

  • @cgfinco
    @cgfinco 2 роки тому

    Is there is any way or code to clear the filled form in the chrome site using excel VBA?

  • @mukesht7017
    @mukesht7017 3 роки тому

    आपका वीडियो बहुत अच्छा है आपके वीडियो से बहुत कुछ सीखा जा सकता है और वेब पेज पर यूज भी किया जा सकता है सर इस वीडियो को हिंदी में बनाइए🙏

  • @ahmadaljoulani5822
    @ahmadaljoulani5822 4 роки тому

    You are awesome and very helpful and kind bless you

  • @kevshahfl
    @kevshahfl 6 років тому

    Ashu, Excellent Job! Your videos are clear, easy to follow, one of the best in this area. Thanks Raj

  • @anuragdey3455
    @anuragdey3455 2 місяці тому

    Your video is useful .In this video you help to populate text on homepage text box of Facebook, I have a scenario where the home page is login page and data entry is done on second page after login. So through this process I am unable to solve my purpose.I subscribed your channel and eagerly waiting for video .

  • @andremurilobr
    @andremurilobr 2 роки тому

    Fantástico meu amigo. Muito obrigado! Mais um inscrito... Abraços desde o Brasil a você e sua família. Sejam bem vindos.

  • @GautamSehgal
    @GautamSehgal 4 роки тому

    Wonderfully explained with clear instructions. Subscribed your channel to learn more in the future. Cheers Buddy!

  • @NickyNooNah99
    @NickyNooNah99 Рік тому

    Thanks for the video. I'm currently stuck as it appears that the ID for my input fields on my particular webpage are dynamic and change with every refresh. I'm unable to identify my field by ID or name as they are always changing. Is there a workaround for this?

    • @AutomationMadeEasy
      @AutomationMadeEasy  Рік тому

      refer below tutorial for alternate approach:
      ua-cam.com/video/AEp0Yeis9AM/v-deo.html

  • @joaogrilo4896
    @joaogrilo4896 2 роки тому

    Thanks a lot for sharing useful contents! :D

  • @AACBrit
    @AACBrit 3 роки тому

    Hi there, thanks for this. How could this code be changed to read the next line row of the spreadsheet once the sub-routine has finished? You mentioned this at the end via Loops but i cannot see the relevant video. I'm thinking it would be an offset of each value and then loop until all rows are done?

    • @AutomationMadeEasy
      @AutomationMadeEasy  3 роки тому

      Refer below tutorial:
      ua-cam.com/video/docnLSdj8rI/v-deo.html

  • @strjfs
    @strjfs 5 років тому

    Can you automate logging in to a site that has Captcha or other bot-blocking checks? Or can you have the script access a browser and site that you have logged in to manually?

    • @AutomationMadeEasy
      @AutomationMadeEasy  5 років тому

      Captchas cannot be handled. Below is the code snippet which could be used to connect to already opened browser window:
      Sub test1()
      On Error Resume Next
      Set objShell = CreateObject("Shell.Application")
      IE_count = objShell.Windows.Count
      For x = 0 To (IE_count - 1)
      url = objShell.Windows(x).Document.Location
      title = objShell.Windows(x).Document.Title
      If InStr(1, url,"your url") > 0 Then
      Set ie = objShell.Windows(x)
      Exit For
      Else
      End If
      Next
      End Sub

  • @gozer9556
    @gozer9556 8 місяців тому

    I have made sure the References are set up correctly etc., and the page I am going to opens fine, but keep getting Run-time error '462': The remote server machine does not exist or is unavailable. This happens on "Set doc = IE.document" line. When I disable/change to comment for that line, and change the "doc.getElementByID..." to "IE.document.getElementByID...", I get the runtime error on the "IE.document.getElementByID..." line. Do you have any suggestions?

  • @mr.felicciardi7616
    @mr.felicciardi7616 5 років тому

    Is it possible for me to voice command on my iPhone xs to have my computer open a specific form that I use all the time, dictate the message I want to e added to that form in a particular place, then have it emailed out??

  • @parthasarathimukherjee4143
    @parthasarathimukherjee4143 4 роки тому +1

    Its a really helpful video, your demonstration is just amazing for all level of users. I just have a quick question if you could help me with. I just want a help with dropdown items, my requirement is to automate a web based userform, which mainly have user inputs in form of dropdown list. And i have data in excel, so just wanted to know how to use different dropdown value inputs in for loop. It would be really appreciable if you you could guide me with this.

    • @AutomationMadeEasy
      @AutomationMadeEasy  4 роки тому

      Below tutorial shall serve your purpose:
      ua-cam.com/video/docnLSdj8rI/v-deo.html

  • @samiranmondal4616
    @samiranmondal4616 4 роки тому

    This video really helped me. Thank you soo much.

  • @routhdeepu7718
    @routhdeepu7718 2 роки тому

    What if we have the same particulars and multiple data sets in the rows

  • @danielp1569
    @danielp1569 5 років тому

    Thank you very much for explaining this!

  • @flavio7101
    @flavio7101 3 роки тому +1

    if i have multiple and variable data entry to insert into the same a web form?

    • @AutomationMadeEasy
      @AutomationMadeEasy  3 роки тому +1

      Refer the syntax provided in below tuturial:
      ua-cam.com/video/docnLSdj8rI/v-deo.html

    • @flavio7101
      @flavio7101 3 роки тому

      @@AutomationMadeEasy thank you

  • @giampierofrischi527
    @giampierofrischi527 4 роки тому

    wao what an amazing tutorial .. now i am working on cliking and then if soemthing hapens stop if something else then choose next email very cool

  • @thosuki1632
    @thosuki1632 3 роки тому +1

    How can I just fill the web without have to load new one?

  • @vip007ad
    @vip007ad 4 роки тому

    do you have the same, but compatible with google chrome ?

  • @vikrantchouhan9908
    @vikrantchouhan9908 4 роки тому

    Great content!Very nicely elucidated!! 👍

  • @vishalkushwaha272
    @vishalkushwaha272 2 роки тому

    Bhaiya bahut hi Badiya video banaya he. 👌👌
    Pr ek request he. Ki hindi me ek esa video banaiye jisse hum excel ke data ko web pr automatically entry kr sake. Mtlb single click me 10000 entry online.. browser pr.plz 🙏🙏

  • @1ajdelacruz
    @1ajdelacruz 5 років тому +2

    Brilliant videos- I love them
    in the video above _ have got everything working but when I click on the submit button all the data from the elements disappears- can you assist at all?

    • @AutomationMadeEasy
      @AutomationMadeEasy  5 років тому

      I sent you the solution on your email

    • @nadeemahmed6370
      @nadeemahmed6370 5 років тому

      @@AutomationMadeEasy - Can you please send me the code for the above as well ?

  • @dhanendra76
    @dhanendra76 4 роки тому

    Very nice .
    Can we use this same for any government based portal i.e. ESIC to get ESIC number?
    And how to do bulk work for this?

  • @syedkamranfaisal2155
    @syedkamranfaisal2155 Рік тому

    Thanks sir for sharing such a very useful information. Sir can you guide me that how to fill data on active browser page (already opened page) rather opening every time open a new page.

  • @mvandrei
    @mvandrei 2 роки тому

    What if you have multiple rows in excel and same IE form? Thanks! (as per your example, create multiple accounts)

    • @AutomationMadeEasy
      @AutomationMadeEasy  2 роки тому +1

      refer below tutorial fro syntax:
      ua-cam.com/video/docnLSdj8rI/v-deo.html

  • @marvinsamson7653
    @marvinsamson7653 2 роки тому

    Awesome video! However, what happens if the field I'm wanting to prepopulate has no ElementID? Thanks.

    • @AutomationMadeEasy
      @AutomationMadeEasy  2 роки тому

      thanks.refer below tutorial
      ua-cam.com/video/Qknt8qFR7kY/v-deo.html

  • @Their4mpcmusic
    @Their4mpcmusic 4 роки тому

    Very useful! Just on the dropdowns; how does one select multiple values (which are then stored via onchange on the website)?

    • @AutomationMadeEasy
      @AutomationMadeEasy  4 роки тому

      I will have to se the webpage or you may refer to alternate technique explained in below tutorial:
      ua-cam.com/video/-GUw22ecRwI/v-deo.html

  • @viralwapp7316
    @viralwapp7316 6 років тому

    Awesome..Keep making videos on Excel Macros..Your way of execution is nice

  • @Cosmicsciences
    @Cosmicsciences 3 роки тому

    Hi Sir can you help me to clear browsing history after each single entry

  • @donvitman5970
    @donvitman5970 5 років тому

    Useful video bro.
    Waiting for another video where multiple entry is required in web😍

    • @AutomationMadeEasy
      @AutomationMadeEasy  5 років тому +1

      here is the tutorial you are looking for:
      ua-cam.com/video/docnLSdj8rI/v-deo.html

  • @l3ullett
    @l3ullett 5 років тому +1

    Thanks for the informative video.
    Is there a way you can do this the other way around?
    ex. From Web data to Excel.

    • @AutomationMadeEasy
      @AutomationMadeEasy  5 років тому +2

      Certainly yes. Refer below tutorials:
      ua-cam.com/video/docnLSdj8rI/v-deo.html
      ua-cam.com/video/iIhEyrYfqbA/v-deo.html

  • @michaelk4791
    @michaelk4791 4 роки тому

    Hi AME,
    Thanks for video, it was very helpful.
    A problem I am having by using the following code in a multi-extract situation to extract data from numerous websites:
    IE.document.getElementById("direct_jobDescriptionText").innerText
    If one of the webpages listed in an Excel sheet has expired (and so ID "direct_jobDescriptionText" does not exist), the VBA code results in a runtime error.
    Do you have code to check if ID exists before data is extracted?
    Thanks.

    • @AutomationMadeEasy
      @AutomationMadeEasy  4 роки тому

      workarounds are possible but I will need to see the url to provide a solution.

  • @shubhishukla5586
    @shubhishukla5586 2 роки тому

    Thanks for sharing this. The video is very informative.
    Is there any video explaining the for loop function?

    • @AutomationMadeEasy
      @AutomationMadeEasy  2 роки тому

      refer below tutorial:
      ua-cam.com/video/docnLSdj8rI/v-deo.html

  • @manjugv9513
    @manjugv9513 3 роки тому

    Hi, Given info is useful, further, I need to fill data from .xls in web page and save each entry, I need to know how to make entries from each row and save?

    • @AutomationMadeEasy
      @AutomationMadeEasy  2 роки тому

      refer below tutorial for the syntax you are looking for:
      ua-cam.com/video/docnLSdj8rI/v-deo.html

  • @poojabaluja3756
    @poojabaluja3756 5 років тому

    Hi, can i put a button on excel sheet to execute the code? Also I want to fill the form one row at a time, not in a looped manner for i would be updating the excel sheet for every new entry, is it possible to get the data from the current row without having to modify the code?
    also can I use any other web browser like chrome or firefox?

    • @AutomationMadeEasy
      @AutomationMadeEasy  5 років тому

      Yes you can put a button and best way to execute the data of each row would be a loop, but if you do not want to use a loop you use the same row Index. Refer below video for solutions to the above mentioned points
      ua-cam.com/video/vnIsNa4de7Mh/v-deo.htmlttps://ua-cam.com/video/vnIsNa4de7M/v-deo.html
      For execution on chrome browser refer below video:
      ua-cam.com/video/-GUw22ecRwI/v-deo.html

  • @amberfm
    @amberfm 8 місяців тому

    Thank you for your video,
    I am facing a stiuation where the html elements in the web site is generated dynamically and the id of the elemement cannot be identified before the html page is created. how to solve this issue?

  • @userx460
    @userx460 4 роки тому +2

    Super tutorial, Can you make video on How to extract data from website and put all data into textboxs(macro userform) in excel sheet

  • @muskhha
    @muskhha 5 років тому

    nice way and very simplifed.... thanks

  • @a.s.8113
    @a.s.8113 5 років тому

    Excellent !!! Very helpful !!!

  • @michaelsalim6076
    @michaelsalim6076 2 роки тому

    Is this applicable in Open Office ?

  • @jokerbat11
    @jokerbat11 5 років тому +1

    What about looping through multiple rows of excel data to input into an IE site?

    • @AutomationMadeEasy
      @AutomationMadeEasy  5 років тому

      Refer below tutorial
      ua-cam.com/video/vnIsNa4de7M/v-deo.html

  • @NickCullinan
    @NickCullinan 4 роки тому +1

    Thank you for the video! Is this method possible with the Microsoft EDGE browser?

    • @AutomationMadeEasy
      @AutomationMadeEasy  4 роки тому

      No. You can refer below tutorial for Chrome browser
      ua-cam.com/video/-GUw22ecRwI/v-deo.html

    • @piyushchandela
      @piyushchandela 3 роки тому

      @@AutomationMadeEasy IE.Visble = True shows "Runtime Error 438" Kindly help

  • @prashantjkamath
    @prashantjkamath 4 роки тому

    Thanks a lot for the video. A query I am having is I want to fill the Last Name field for some entries. Some entries are blank in the excel workbook as lastname is not a mandatory field. Now when I run with the last name field blank in excel then I am getting "undefined" in the web page. How to solve.

    • @AutomationMadeEasy
      @AutomationMadeEasy  4 роки тому

      store last name in a variabe and use an if condition as geiven below:
      lname =ThisWorkBook.Sheets("SheetName").Range("B2").text
      if lname ""
      'Code to populate last name
      End if

  • @dirtydan4969
    @dirtydan4969 3 роки тому

    Excellent video man! I know nothing about macros and this helped a ton. I watched your web scraping video and I'm still having an issue running my macro for multiple rows. Any tips for looping through multiple rows after clicking the submit button? I would assume the entire macro has to run again because after clicking submit you would be on a completely new webpage... How can I edit my macro to read the next row down after looping?

    • @AutomationMadeEasy
      @AutomationMadeEasy  3 роки тому

      You will hve to nvigate to the page from where u start filling the data just before you start the next iteration.
      I will have to see your web page to suggest optimal solution.

  • @sarojbehera1361
    @sarojbehera1361 5 років тому

    Hi,
    I have a question. Need your help. I have a form that takes data and submits it. I have an excel sheet with rows of data. I need to fill all the data. Is it possible? I mean it takes data from one row submits it and then comes back to 2nd row...and so on. Please advise.

    • @AutomationMadeEasy
      @AutomationMadeEasy  5 років тому

      Certainly you can automate the task. Refer the below tutorial. It shall serve your purpose.
      ua-cam.com/video/docnLSdj8rI/v-deo.html

  • @nathanmitchell2827
    @nathanmitchell2827 4 роки тому

    How do you get it to click the "sign up" button? I have done something similar, but am trying to use it to put in my credentials, and click a "LOGIN" button, but when I inspect the page, the login button doesn't have an id .. instead, when I inspect the login button it says any tips for getting it to click the login button after the information has been put into the browser?

    • @AutomationMadeEasy
      @AutomationMadeEasy  4 роки тому

      refer below tutorial:
      ua-cam.com/video/Qknt8qFR7kY/v-deo.html

  • @manjirijog2447
    @manjirijog2447 3 роки тому

    thank you for sharing this tutorial. However I am trying to use the same code and I am getting an error Method 'Document' of object 'IWebBrowser2' failed. Any resolution to this?

  • @humbertodiaz3137
    @humbertodiaz3137 4 роки тому

    VEry good video,
    i have one question, imagine if i want to use the listbox for exemple when the code run when it comes to days/month year it prompt me a message that says please select from the list. instead of having the values on this excel book

    • @AutomationMadeEasy
      @AutomationMadeEasy  4 роки тому

      use message boxes before the code to select the value. Syntax given below:
      Msgbox "Enter Value"

  • @tpdakc7904
    @tpdakc7904 4 роки тому +1

    Thank you for the very detailed video. Let me ask why at line doc.getElementsByName ("uidPasswordLogon"). Click when pressing space mark does not show up click and when run yellow error at line Set doc = IE.document

    • @AutomationMadeEasy
      @AutomationMadeEasy  4 роки тому +1

      it should be doc.getElementsByName ("uidPasswordLogon")(0).click

  • @eflats69
    @eflats69 5 років тому

    I have a few hundred of the same form to fill out and was hoping to pull info from a spread sheet as you instructed. There is no direct link to the form page as it seems to have some sort of protection nor does it show the element Id in the html code. Any suggestions.

    • @eflats69
      @eflats69 5 років тому

      This is all it shows. I went as fas as adding the selenium object finder to google chrome and nothing shows up on the hover over.

    • @AutomationMadeEasy
      @AutomationMadeEasy  5 років тому +1

      doc.getElementsByName("roof-last-name")(0).Value = "test1234"
      With above code you would be able to identify the web element without having id's

    • @baddhidurgarao
      @baddhidurgarao 5 років тому

      @@AutomationMadeEasyin my website some buttons don't have id or name, now what can I do?

  • @pratikraval44
    @pratikraval44 3 роки тому

    Hello, thank you for putting such a informative video. I have a question on what we can do to fill out form once we log in? For an example internal website I was able fill in password and username and was able to login. Now I want to fill out new user form. Currently there is header and out of few titles one of them is “User” when we hover over mouse it pops up Add User , Search user etc. Once we click on Add User it opens up web form . How with the macro we can achieve to populate this web form automatically with the data from excel

    • @AutomationMadeEasy
      @AutomationMadeEasy  3 роки тому

      Well it is possible to automate but I will need to see the form to sugest a solution. Refer below tutorial and check if it helps:
      ua-cam.com/video/AEp0Yeis9AM/v-deo.html

  • @financialsecretaryjohndoxe2074
    @financialsecretaryjohndoxe2074 4 роки тому

    Hi Automation Made Easy, I'm trying upload an excel file into a website using excel and MS Edge. I've followed your code, but can't seem to get MS Edge to launch (create object error: Run-time error '-429': ActiveX component can't create object). Have you run into this error before? Thanks in advance, Roger

    • @AutomationMadeEasy
      @AutomationMadeEasy  4 роки тому

      it will work on Internet explorer not on edge. If you want to automate using chrome browser refer below tutorial:
      ua-cam.com/video/-GUw22ecRwI/v-deo.html

  • @minenhledlamini2575
    @minenhledlamini2575 4 роки тому

    Hi sir, can I use the same logic to fill a sharepoint list? Please help I want to create a macro to move local excel data to sharepoint list.

    • @AutomationMadeEasy
      @AutomationMadeEasy  4 роки тому

      can you share the link of the the SP site I can take a look and let you know

  • @marupa1506
    @marupa1506 4 роки тому

    Hi , do we need IE Admin to find out about field Ids or is there any other way

    • @AutomationMadeEasy
      @AutomationMadeEasy  4 роки тому

      on any browser you have to right click on the web element and click on inspect.You will be able to it html properties.

  • @TechPoth
    @TechPoth 4 роки тому

    Nice & Thanks for creating this type video. I am also a youtube and already I also create a video on this topic.

  • @Tech-sn2eb
    @Tech-sn2eb 3 роки тому

    Hi,
    How to do it for dependent drop down fields?
    I tried above trick but its only selecting 1st drop down: like State not working for Cities

    • @AutomationMadeEasy
      @AutomationMadeEasy  3 роки тому

      refer alternate approach explained in below tutorial:
      ua-cam.com/video/AEp0Yeis9AM/v-deo.html

  • @investorprop
    @investorprop 2 роки тому

    Thank you very much for your amazing videos, it is very helpful. Can the code be more dynamic by executing the active row instead of hard coding i.e. "first.name". When you are in the row you wish to send to the web form, run the macro and it extracts only the row where the cursor is located.

    • @AutomationMadeEasy
      @AutomationMadeEasy  2 роки тому

      below tutorial shall be helpful. It does not get triggered on addition of each row but it allows you to submit data for all the rows in one go.
      ua-cam.com/video/docnLSdj8rI/v-deo.html

    • @investorprop
      @investorprop 2 роки тому

      @@AutomationMadeEasy thanks, I have had a look but it seems to be a scraping tool. I would like to run the code to fill the active row info. I can then manually submit once I am happy and start the new form again with the next row in excel. Is that possible?

  • @ershadahmadzadeh782
    @ershadahmadzadeh782 3 роки тому

    Thanks a lot for the useful video, Would you please to help me that for example after fill forms, web response some numbers in a table, so I want to copy one number of table to a cell A2, how can I do this?

    • @AutomationMadeEasy
      @AutomationMadeEasy  3 роки тому

      refer below tutorial:
      ua-cam.com/video/docnLSdj8rI/v-deo.html

  • @mustafashabbir8712
    @mustafashabbir8712 3 роки тому

    How do I modify this code if I would like to input date from excel into Google Chrome. Also, I have the data stored in Google Sheets (Online) so would macro's work through that?

    • @AutomationMadeEasy
      @AutomationMadeEasy  3 роки тому

      For chrome automation refer below tutorial:
      ua-cam.com/video/-GUw22ecRwI/v-deo.html
      It wont work with G sheets.

  • @lesborden1020
    @lesborden1020 4 роки тому

    Thank you. I have a question. How do you make your Excel cells dynamic? I have to fill in a web page's form with a zip code and a button click. I've written (borrowed the VBA script from somewhere on the web). And modified it for my purposes. But I don't want the range(s) hardcoded in my VBA script. I want to select them randomly when I need them.

    • @AutomationMadeEasy
      @AutomationMadeEasy  4 роки тому

      below tutorial shall serve your purpose:
      ua-cam.com/video/docnLSdj8rI/v-deo.html

    • @lesborden1020
      @lesborden1020 4 роки тому

      @@AutomationMadeEasy Thank You very much. It's way more than I asked for, but I'll take it.
      But if you could bear with me, I wanted to go slow. I'll eventually use your tutorial to perform the complete job. But right now I wanted to do one instance of clicking on one cell in the Excel spreadsheet. And have that zip code modify the Range in the VBA script. And be placed in the Enter Your Zip Code box on the web page. the Range is ("A3") in the example:
      IE.Document.All("ctl00$BlockFillContent$zsh$txtLookupAddress").Value = ThisWorkbook.Sheets("Massachusetts").Range("A3")

    • @AutomationMadeEasy
      @AutomationMadeEasy  4 роки тому

      I do not completely undersatnd your requirement. You can refer my contact mail in the about section of the channel. I will work with you.

    • @lesborden1020
      @lesborden1020 4 роки тому

      @@AutomationMadeEasy I'm not going to waste your time. You've already answered my next two questions. So I'm going to learn from your tutorial and adapt it to my total project, not just one cell. I'll let you know if I have a problem. Thanks again, you've got me hooked on making macros.

    • @AutomationMadeEasy
      @AutomationMadeEasy  4 роки тому

      Great. All the best :)

  • @AdamPearce-t4f
    @AdamPearce-t4f 3 роки тому

    Hello, I love your videos. Do you have any advice on how to set values on a hidden input type. I can find the element but when I try to set it I get 'element not interactable'

    • @AutomationMadeEasy
      @AutomationMadeEasy  3 роки тому

      I need to see your web site to suggesst a solution

    • @AdamPearce-t4f
      @AdamPearce-t4f 3 роки тому

      @@AutomationMadeEasy Hi I cant send site as its confidential behind a login. But an example is below its the c_zone , c_zone_2 etc. values which I need to update Country: Export Tariff zone: document.write(zn[0])NationalNon Docs Charge: FedEx Express retail zone: document.write(zn[0])NationalDHL Road retail zone: document.write(zn[0])NationalEconomy retail zone: document.write(zn[0])NationalDHL Express retail zone: document.write(zn[5])DHL Express Zone 5

    • @AutomationMadeEasy
      @AutomationMadeEasy  3 роки тому

      this does not help. Write into info@automationandagile.com if you would need zoom session

  • @farazrad
    @farazrad 3 роки тому

    Thanks for your useful video. I have a question: In case the fields on the webpage don't have the ID and just have a class attribute, how can we address and enter the data from the spreadsheet to them?

    • @AutomationMadeEasy
      @AutomationMadeEasy  3 роки тому +1

      Example for element without id is given in below tutorial:
      ua-cam.com/video/AEp0Yeis9AM/v-deo.html

    • @farazrad
      @farazrad 3 роки тому

      @@AutomationMadeEasy 🙏🏻🙏🏻

  • @dominationstrategist8297
    @dominationstrategist8297 4 роки тому

    Hi sir, have you made your next videos using for loop? If yes, please can you share the link

    • @AutomationMadeEasy
      @AutomationMadeEasy  4 роки тому +1

      refer below tutorial:
      ua-cam.com/video/docnLSdj8rI/v-deo.html

  • @franciscosilval
    @franciscosilval 4 роки тому

    Could you let me know what is the video with the tutorial to add multiple rows into a web page? You mention it at the very end but I can't find any. Thanks a lot. Also, if you know a way to click into a link that is generated after entering the data. It's a link relative to the entered data so it changes every time. I can't figure it out.

    • @AutomationMadeEasy
      @AutomationMadeEasy  4 роки тому

      refer below tutorial:
      ua-cam.com/video/iIhEyrYfqbA/v-deo.html

    • @franciscosilval
      @franciscosilval 4 роки тому

      @@AutomationMadeEasy Thanks a lot, It's working a lot better but I can't quite make it add several rows. So if you can help me I will appreciate it. Also after part of the process is done, the name of the website where I enter the data page change to a differrent name and it's a different name every time so I don't know how to make the script understand this. Let me know if you can help.

    • @AutomationMadeEasy
      @AutomationMadeEasy  4 роки тому

      Share your email. I will get in touch.

    • @franciscosilval
      @franciscosilval 4 роки тому

      @@AutomationMadeEasy franciscosilval@gmail.com