yycc97
yycc97
Thank you for your prompt answer! I am using Excel.xlsm, Below is my system details: OS Version(Windows11, 22621.3737) Microsoft Edge(127.0.2651.74 64bit) ps. as for saying office system, I mean my...
Sorry to take so long to reply. As you can see, I don't have much coding experience so I don't know how to show you debug window cause I don't...
Sure. The error usually occurs in the codes as below: ```VBA 'input Item_No 'Part 1 driver.ImplicitMaxWait = 10000 Set itemNo = driver.FindElement(by.XPath, "/html/body/form/div[4]/span/div/table/tbody/tr[1]/td/div[1]/div/table/tbody/tr/td[1]/table/tbody/tr[3]/td[2]/div/div/input[2]") Debug.Print "itemNo element interactable?", itemNo.IsDisplayed driver.WaitUntilDisplayed itemNo...
> Ok, I now understand that you are using Office on the Web - not a desktop app. I will have to learn how to automate the Web version of...
Sure, I always appreciate your help. Yes, I am using it through a browser. And I tried your code in Microsoft Office 365 Desktop today and it worked smoothly.